Clean up restart message.

This commit is contained in:
W. Eric Norum
2001-05-07 19:37:39 +00:00
parent 87a038a379
commit b8f79c760b

View File

@@ -312,8 +312,8 @@ logReset (void)
break;
}
}
syslog (LOG_NOTICE, "IOC startup after %s.", cbuf);
printf ("IOC startup after %s.\n", cbuf);
syslog (LOG_NOTICE, "Startup after %s.", cbuf);
printf ("Startup after %s.\n", cbuf);
m360.rsr = ~0;
}
@@ -322,7 +322,7 @@ logReset (void)
static void
logReset (void)
{
syslog (LOG_NOTICE, "IOC started.");
syslog (LOG_NOTICE, "Started.");
}
#endif