mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Add output levels --info and --trace (--verbose is now more verbose)
This commit is contained in:
@@ -52,9 +52,8 @@ typedef int socket_t;
|
||||
#include <errno.h>
|
||||
#include "utility.h"
|
||||
|
||||
// Debug printing options
|
||||
// Set to 1 for debug output
|
||||
#define DP 0
|
||||
bool socket_enable_debug_output = false;
|
||||
#define DP socket_enable_debug_output
|
||||
// This is prepended to everything printed here
|
||||
#define DPS ""
|
||||
|
||||
|
Reference in New Issue
Block a user