mirror of
https://github.com/znc/znc.git
synced 2026-07-05 01:11:53 +02:00
CTempalte: Fix a minor error in a debug message
Patch by KiNgMaR, thanks git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1545 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ CString CTemplateLoopContext::GetValue(const CString& sName, bool bFromIf) {
|
||||
CTemplate* pTemplate = GetCurRow();
|
||||
|
||||
if (!pTemplate) {
|
||||
DEBUG("Loop [" + GetName() + "] has no row index [" + CString(GetCurRow()) + "]");
|
||||
DEBUG("Loop [" + GetName() + "] has no row index [" + CString(GetRowIndex()) + "]");
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user