diff options
author | deva <deva> | 2010-07-05 09:01:54 +0000 |
---|---|---|
committer | deva <deva> | 2010-07-05 09:01:54 +0000 |
commit | fbba835d7efaa4ee1d28bf5c7e2232e53d84af5e (patch) | |
tree | 5b71566f174143fea11e21e0c034bd6a1026c03d /server/src/macrotool/macrotool.cc | |
parent | 71318f4e56dd1467b071404c61f686745cf3dfc4 (diff) |
Remove PRACRO_ prefix from debug macros.
Diffstat (limited to 'server/src/macrotool/macrotool.cc')
-rw-r--r-- | server/src/macrotool/macrotool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/macrotool/macrotool.cc b/server/src/macrotool/macrotool.cc index 40ca845..c41bc9a 100644 --- a/server/src/macrotool/macrotool.cc +++ b/server/src/macrotool/macrotool.cc @@ -84,7 +84,7 @@ int main(int argc, char *argv[]) char *xml_basedir = NULL; char *debugstr = NULL; - pracro_debug_init(); + debug_init(stderr); int option_index = 0; while(1) { @@ -138,7 +138,7 @@ int main(int argc, char *argv[]) } if(debugstr) { - pracro_debug_parse(debugstr); + debug_parse(debugstr); } // Load config |