aboutsummaryrefslogtreecommitdiff
path: root/src/com_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/com_stop.c')
-rw-r--r--src/com_stop.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com_stop.c b/src/com_stop.c
index 1cb4452..d57fa5e 100644
--- a/src/com_stop.c
+++ b/src/com_stop.c
@@ -35,6 +35,9 @@ com_stop(void)
35 return 1; 35 return 1;
36 } 36 }
37 37
38 if (genrc_verbose)
39 printf("Stopping %s\n", genrc_program);
40
38 gettimeofday(&stoptime, NULL); 41 gettimeofday(&stoptime, NULL);
39 stoptime.tv_sec += genrc_timeout; 42 stoptime.tv_sec += genrc_timeout;
40 ratio = 1; 43 ratio = 1;

Return to:

Send suggestions and report system problems to the System administrator.