Added an extra debug print

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@712 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-03-25 10:10:39 +00:00
parent 577d7528a7
commit ebaceebd8b
+1
View File
@@ -15,6 +15,7 @@ CString CTemplateLoopContext::GetValue(const CString& sName) {
CTemplate* pTemplate = GetCurRow();
if (!pTemplate) {
DEBUG_ONLY(cerr << "Loop [" << GetName() << "] has no row index [" << GetCurRow() << "]" << endl);
return "";
}