summary refs log tree commit diff
path: root/rvnit.c
diff options
context:
space:
mode:
Diffstat (limited to 'rvnit.c')
-rw-r--r--rvnit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rvnit.c b/rvnit.c
index 6262247..0f3be57 100644
--- a/rvnit.c
+++ b/rvnit.c
@@ -130,6 +130,7 @@ restart(int i)
 	if (services[i].name[2] == 'G') {
 		// enable global logger
 		use_global_log = 1;
+		LOG("enabling global logger %s", services[i].name);
 	}
 
 	pid_t child = fork();
@@ -789,6 +790,7 @@ cont1:
 					    services[i].pid > 0) {
 						kill(services[i].pid, SIGTERM);
 						use_global_log = 0;
+						LOG("disabling global logger %s", services[i].name);
 					}
 				}
 			}