mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-05 19:02:36 +00:00
Remove "AIS" string from exit notice.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2284 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
cd564ca15a
commit
808cd8c410
@ -90,7 +90,7 @@ void _corosync_out_of_memory_error (void)
|
||||
void _corosync_exit_error (
|
||||
enum e_ais_done err, const char *file, unsigned int line)
|
||||
{
|
||||
log_printf (LOGSYS_LEVEL_ERROR, "AIS Executive exiting "
|
||||
log_printf (LOGSYS_LEVEL_ERROR, "Corosync Cluster Engine exiting "
|
||||
"with status %d at %s:%u.\n", err, file, line);
|
||||
logsys_fork_completed ();
|
||||
logsys_flush ();
|
||||
|
Loading…
Reference in New Issue
Block a user