Decrease the priority of the message about ended slave to stop scaring caring admins...
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 19 May 2011 12:22:17 +0000 (12:22 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 19 May 2011 12:22:17 +0000 (12:22 +0000)
org.glite.lbjp-common.server-bones/src/srvbones.c

index d872903..8fcdcb8 100644 (file)
@@ -216,7 +216,7 @@ int glite_srvbones_run(
                                if ( !die )
                                {
                                        int newpid = slave(slave_data_init, sock_slave[1]);
-                                       glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_ERROR, "[master] Servus mortuus [%d] miraculo resurrexit [%d]", pid, newpid);
+                                       glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_INFO, "[master] Servus mortuus [%d] miraculo resurrexit [%d]", pid, newpid);
                                }
                        }
                        child_died = 0;