corrected log levels
authorDaniel Kouřil <kouril@ics.muni.cz>
Fri, 10 Jun 2011 06:06:17 +0000 (06:06 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Fri, 10 Jun 2011 06:06:17 +0000 (06:06 +0000)
org.glite.px.proxyrenewal/src/renew.c
org.glite.px.proxyrenewal/src/renewd.c

index 908a3ae..ecf4e62 100644 (file)
@@ -273,6 +273,6 @@ watchdog_start(glite_renewal_core_context ctx)
        renewal(ctx, force_renewal, &num);
        count += num;
    }
-   edg_wlpr_Log(ctx, LOG_DEBUG, "Terminating after %d renewal attempts", count);
+   edg_wlpr_Log(ctx, LOG_NOTICE, "Terminating after %d renewal attempts", count);
    exit(0);
 }
index 7fc6e03..0178fbe 100644 (file)
@@ -202,7 +202,7 @@ doit(glite_renewal_core_context ctx, int sock)
         ret = start_watchdog(ctx, &newpid);
         if (ret)
            return ret;
-        edg_wlpr_Log(ctx, LOG_DEBUG, "Renewal slave process re-started");
+        edg_wlpr_Log(ctx, LOG_NOTICE, "Renewal slave process re-started as %d", newpid);
         child_died = 0;
         continue;
       }