summaryrefslogtreecommitdiff
path: root/server/src/macrotool/macrotool_filehandler.cc
diff options
context:
space:
mode:
authordeva <deva>2010-07-05 09:01:54 +0000
committerdeva <deva>2010-07-05 09:01:54 +0000
commitfbba835d7efaa4ee1d28bf5c7e2232e53d84af5e (patch)
tree5b71566f174143fea11e21e0c034bd6a1026c03d /server/src/macrotool/macrotool_filehandler.cc
parent71318f4e56dd1467b071404c61f686745cf3dfc4 (diff)
Remove PRACRO_ prefix from debug macros.
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) {