summaryrefslogtreecommitdiff
path: root/server/src/macrotool/macrotool_filehandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macrotool/macrotool_filehandler.cc')
-rw-r--r--server/src/macrotool/macrotool_filehandler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macrotool/macrotool_filehandler.cc b/server/src/macrotool/macrotool_filehandler.cc
index c52921a..f9a9b45 100644
--- a/server/src/macrotool/macrotool_filehandler.cc
+++ b/server/src/macrotool/macrotool_filehandler.cc
@@ -194,7 +194,7 @@ void macrotool_filehandler(std::vector<std::string> params)
return;
}
- PRACRO_DEBUG(filehandler, "filehandler: %s\n", params[0].c_str());
+ DEBUG(filehandler, "filehandler: %s\n", params[0].c_str());
if(params[0] == "add") {
if(params.size() != 2) {