]> andersk Git - moira.git/commitdiff
improve default zephyr format
authormar <mar>
Mon, 19 Mar 1990 13:08:49 +0000 (13:08 +0000)
committermar <mar>
Mon, 19 Mar 1990 13:08:49 +0000 (13:08 +0000)
lib/critical.c

index 9bdfd1e54bb64743682129b1622cb9314b77861d..3afcce545d73e751f83c3e009471ac8657de82ea 100644 (file)
@@ -82,7 +82,7 @@ char *msg;
     znotice.z_kind = UNSAFE;
     znotice.z_class = "MOIRA";
     znotice.z_class_inst = inst;
-    znotice.z_default_format = "MOIRA $instance:\n $message\n";
+    znotice.z_default_format = "MOIRA $instance on $fromhost:\n $message\n";
     (void) ZInitialize ();
     znotice.z_message = msg;
     znotice.z_message_len = strlen(msg) + 1;
This page took 0.038451 seconds and 5 git commands to generate.