mirror of
https://github.com/znc/znc.git
synced 2026-05-07 13:54:47 +02:00
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:
@@ -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 "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user