diff --git a/mozilla/editor/base/nsHTMLEditor.cpp b/mozilla/editor/base/nsHTMLEditor.cpp
index 72400cce14e..bfb8bf66b50 100644
--- a/mozilla/editor/base/nsHTMLEditor.cpp
+++ b/mozilla/editor/base/nsHTMLEditor.cpp
@@ -4344,7 +4344,7 @@ NS_IMETHODIMP nsHTMLEditor::SetBodyWrapWidth(PRInt32 aWrapColumn)
res = bodyElement->SetAttribute(styleName, styleValue);
-#ifdef DEBUG_akkana
+#ifdef DEBUG_wrapstyle
char* curstyle = styleValue.ToNewCString();
printf("Setting style: [%s]\nNow body looks like:\n", curstyle);
Recycle(curstyle);
diff --git a/mozilla/editor/libeditor/html/nsHTMLEditor.cpp b/mozilla/editor/libeditor/html/nsHTMLEditor.cpp
index 72400cce14e..bfb8bf66b50 100644
--- a/mozilla/editor/libeditor/html/nsHTMLEditor.cpp
+++ b/mozilla/editor/libeditor/html/nsHTMLEditor.cpp
@@ -4344,7 +4344,7 @@ NS_IMETHODIMP nsHTMLEditor::SetBodyWrapWidth(PRInt32 aWrapColumn)
res = bodyElement->SetAttribute(styleName, styleValue);
-#ifdef DEBUG_akkana
+#ifdef DEBUG_wrapstyle
char* curstyle = styleValue.ToNewCString();
printf("Setting style: [%s]\nNow body looks like:\n", curstyle);
Recycle(curstyle);