Implemented the use of %m as a shortcut for %s and strerror(errno) in all syslog...
authorArt Cancro <ajc@citadel.org>
Wed, 24 May 2017 20:58:20 +0000 (16:58 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 24 May 2017 20:58:20 +0000 (16:58 -0400)
commit4e6233ae0eefb338a0049e29e13d6b7997b9792e
treea7555b640ab0108a4d2ded53f5813f6839be5f7f
parent7e8e24791e16e0a94ed346c6a11595a40d3a31b1
Implemented the use of %m as a shortcut for %s and strerror(errno) in all syslog() calls.
citadel/citserver.c
citadel/clientsocket.c
citadel/context.c
citadel/database.c
citadel/ldap.c
citadel/msgbase.c
citadel/server_main.c
citadel/sysdep.c
citadel/threads.c
citadel/user_ops.c