mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-22 05:11:15 -05:00
Un-do extraneous changes before merging back into source branch
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
|
||||
#define LOGINFO(...) \
|
||||
do{char buf[256]; snprintf(buf, 256,__VA_ARGS__); spdlog::info(buf);}while(0)
|
||||
#define LOGTRACE(...) \
|
||||
do{char buf[256]; snprintf(buf, 256,__VA_ARGS__); spdlog::trace(buf);}while(0)
|
||||
|
||||
|
||||
//===========================================================================
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user