]> andersk Git - moira.git/blobdiff - server/startmoira.c
Build shared libmoira via libtool.
[moira.git] / server / startmoira.c
index a85bc6800760bca76fd1094fb8444ce50069ce2d..2692cac623afdca662302406990a17af7dc658e2 100644 (file)
@@ -44,7 +44,7 @@ void cleanup(void)
          if (WEXITSTATUS(stat))
            {
              sprintf(buf, "exited with code %d\n", WEXITSTATUS(stat));
-             critical_alert("startmoira", "%s", buf);
+             critical_alert(whoami, "startmoira", "%s", buf);
            }
        }
       if (WIFSIGNALED(stat))
@@ -52,7 +52,7 @@ void cleanup(void)
          sprintf(buf, "exited on signal %d%s\n", WTERMSIG(stat),
                  (WCOREDUMP(stat) ? "; Core dumped" : ""));
          if (WCOREDUMP(stat))
-           critical_alert("startmoira", "%s", buf);
+           critical_alert(whoami, "startmoira", "%s", buf);
        }
       write(rdpipe[1], buf, strlen(buf));
       close(rdpipe[1]);
This page took 0.03351 seconds and 4 git commands to generate.