summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/src/luaresume.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/src/luaresume.cc b/server/src/luaresume.cc
index ce6df98..15377d8 100644
--- a/server/src/luaresume.cc
+++ b/server/src/luaresume.cc
@@ -26,6 +26,8 @@
*/
#include "luaresume.h"
+#include "debug.h"
+
#include <stdio.h>
#define GLOBAL_POINTER "_pracroGlobalLUAObjectPointerThisShouldBeANameThatIsNotAccidentallyOverwritten"
@@ -97,7 +99,7 @@ std::string LUAResume::run(std::string program)
return false;
}
- printf("Running %s\n", program.c_str());
+ PRACRO_DEBUG("Running %s\n", program.c_str());
/*
lua_pushstring(L, value.toStdString().c_str());