diff options
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp index 39c695e03..cfcb0ee8b 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -103,7 +103,7 @@ char *DumpDebugFacilityNames(char *buf, char *last) * @param dbg Debug category. * @param buf Text line to output. */ -static void debug_print(const char *dbg, const char *buf) +void debug_print(const char *dbg, const char *buf) { if (_debug_socket != INVALID_SOCKET) { char buf2[1024 + 32]; |