From ebaceebd8b2589f8d6c036f378d576dda77f7d31 Mon Sep 17 00:00:00 2001 From: prozacx Date: Sat, 25 Mar 2006 10:10:39 +0000 Subject: [PATCH] Added an extra debug print git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@712 726aef4b-f618-498e-8847-2d620e286838 --- Template.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Template.cpp b/Template.cpp index 2b041282..bdda6059 100644 --- a/Template.cpp +++ b/Template.cpp @@ -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 ""; }