diff options
Diffstat (limited to 'server/src/macrotool/macrotool_fieldnames.cc')
-rw-r--r-- | server/src/macrotool/macrotool_fieldnames.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macrotool/macrotool_fieldnames.cc b/server/src/macrotool/macrotool_fieldnames.cc index 2a9681a..8d90323 100644 --- a/server/src/macrotool/macrotool_fieldnames.cc +++ b/server/src/macrotool/macrotool_fieldnames.cc @@ -165,7 +165,7 @@ void macrotool_fieldnames(std::vector<std::string> params) return; } - PRACRO_DEBUG(fieldnames, "fieldnames: %s\n", params[0].c_str()); + DEBUG(fieldnames, "fieldnames: %s\n", params[0].c_str()); if(params[0] == "list") { if(params.size() != 1) { |