]> Dogcows Code - chaz/tint2/blobdiff - src/util/timer.c
SIGUSR1 does now a full restat of tint2
[chaz/tint2] / src / util / timer.c
index b4db7f48dfa0915eec9692bbece3937781d4d63f..1dd2f11c36cb844286c0ac04603f47e4d75fc2cd 100644 (file)
@@ -55,6 +55,7 @@ void default_timeout()
 
 void cleanup_timeout()
 {
+printf("*** cleanup_timeout()\n");
        while (timeout_list) {
                timeout* t = timeout_list->data;
                if (t->multi_timeout)
This page took 0.021426 seconds and 4 git commands to generate.