12 lines
370 B
Diff
12 lines
370 B
Diff
|
|
--- csync-0.50.0/src/csync_log.h.orig 2015-06-29 15:57:08.826492622 +0100
|
||
|
|
+++ csync-0.50.0/src/csync_log.h 2015-06-29 15:57:44.362460929 +0100
|
||
|
|
@@ -55,7 +55,7 @@
|
||
|
|
};
|
||
|
|
|
||
|
|
#define CSYNC_LOG(priority, ...) \
|
||
|
|
- csync_log(priority, __FUNCTION__, __VA_ARGS__)
|
||
|
|
+ csync_log(priority, __func__, __VA_ARGS__)
|
||
|
|
|
||
|
|
void csync_log(int verbosity,
|
||
|
|
const char *function,
|