projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow switching between different log methods at runtime.
[paraslash.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index
0bf2f0a
..
f06cf2f
100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-357,7
+357,7
@@
__malloc char *get_server_uptime_str(const struct timeval *current_time)
* \param ll The log level.
* \param fmt The format string describing the log message.
*/
* \param ll The log level.
* \param fmt The format string describing the log message.
*/
-__printf_2_3 void
para
_log(int ll, const char* fmt,...)
+__printf_2_3 void
daemon
_log(int ll, const char* fmt,...)
{
va_list argp;
FILE *fp;
{
va_list argp;
FILE *fp;