]> andersk Git - moira.git/commitdiff
s/critical_error/critical_alert/
authordanw <danw>
Thu, 4 Jun 1998 14:52:01 +0000 (14:52 +0000)
committerdanw <danw>
Thu, 4 Jun 1998 14:52:01 +0000 (14:52 +0000)
server/mr_main.c

index ae3239687f1064b8d95ff18632bb5acee4e25c36..8251607ebf7fc6c63274c0f35689446cc1341fd6 100644 (file)
@@ -345,7 +345,7 @@ void reapchild(int x)
        inc_running = 0;
       if (!takedown && (WTERMSIG(status) != 0 || WEXITSTATUS(status) != 0))
        {
-         critical_error("moirad", "%d: child exits with signal %d status %d",
+         critical_alert("moirad", "%d: child exits with signal %d status %d",
                         pid, WTERMSIG(status), WEXITSTATUS(status));
        }
     }
This page took 0.050707 seconds and 5 git commands to generate.