summaryrefslogtreecommitdiff
path: root/server/src/macrotool/macrotool_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macrotool/macrotool_util.cc')
-rw-r--r--server/src/macrotool/macrotool_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macrotool/macrotool_util.cc b/server/src/macrotool/macrotool_util.cc
index 3c18ab7..075a9e0 100644
--- a/server/src/macrotool/macrotool_util.cc
+++ b/server/src/macrotool/macrotool_util.cc
@@ -40,7 +40,7 @@ static std::vector<std::string> listdir(std::string path)
DIR* dir = opendir(path.c_str());
if(!dir) {
- PRACRO_ERR(dump, "Could not open directory: %s\n", path.c_str());
+ ERR(dump, "Could not open directory: %s\n", path.c_str());
return files;
}