We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11435c commit 5550ca4Copy full SHA for 5550ca4
doc.cpp
@@ -2622,8 +2622,8 @@ void CMUSHclientDoc::ExecuteTriggerScript (CTrigger * trigger_item,
2622
return;
2623
2624
CString strType = "trigger";
2625
- CString strReason = TFormat ("processing trigger \"%s\"",
2626
- (LPCTSTR) trigger_item->strLabel);
+ CString strReason = TFormat ("processing trigger \"%s\" on line \"%s\"",
+ (LPCTSTR) trigger_item->strLabel, (LPCTSTR) strCurrentLine);
2627
2628
// get unlabelled trigger's internal name
2629
const char * pLabel = trigger_item->strLabel;
0 commit comments