mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 10:50:54 +00:00
Make width of service 6 bytes instead of 5.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1688 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
418739f8f0
commit
0db9db340b
@ -86,7 +86,7 @@ LOGSYS_DECLARE_SYSTEM ("corosync",
|
||||
LOG_MODE_OUTPUT_STDERR | LOG_MODE_THREADED | LOG_MODE_FORK,
|
||||
NULL,
|
||||
LOG_DAEMON,
|
||||
"[%5s] %b",
|
||||
"[%6s] %b",
|
||||
1000000);
|
||||
|
||||
LOGSYS_DECLARE_SUBSYS ("MAIN", LOG_INFO);
|
||||
|
Loading…
Reference in New Issue
Block a user