diff --git a/sau/services.py b/sau/services.py index 0094921..28e3007 100644 --- a/sau/services.py +++ b/sau/services.py @@ -177,7 +177,7 @@ def restart_services(): if get_deleted_open_files(proc): service = services[proc_name] policy = _get_service_restart_policy(service) - log.warning(f'{proc} still has deleted files open') + log.warning(f'{proc} (service {service} with policy {policy}) still has deleted files open') recommend_restart = True return recommend_restart