summaryrefslogtreecommitdiff
path: root/server/src/widgetgenerator.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/widgetgenerator.cc
parent71318f4e56dd1467b071404c61f686745cf3dfc4 (diff)
Remove PRACRO_ prefix from debug macros.
Diffstat (limited to 'server/src/widgetgenerator.cc')
-rw-r--r--server/src/widgetgenerator.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/widgetgenerator.cc b/server/src/widgetgenerator.cc
index f257228..aa5786d 100644
--- a/server/src/widgetgenerator.cc
+++ b/server/src/widgetgenerator.cc
@@ -41,9 +41,9 @@ static std::string getWidgetString(Macro &macro,
result = tabs + "<" + widget.attributes["tagname"];
attr_t::iterator p = widget.attributes.begin();
- PRACRO_DEBUG(prefill, "TAG: %s - NAME: %s\n",
- widget.attributes["tagname"].c_str(),
- widget.attributes["name"].c_str());
+ DEBUG(prefill, "TAG: %s - NAME: %s\n",
+ widget.attributes["tagname"].c_str(),
+ widget.attributes["name"].c_str());
Value value;
if(getValue(value, widget.attributes, macro.maps, mapper, values)) {