File diff r25653:fb63ca49a7ba → r25654:e264fd698eb2
src/debug.cpp
Show inline comments
 
@@ -103,7 +103,7 @@ char *DumpDebugFacilityNames(char *buf, 
 
 * @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];