Skip to content

Commit

Permalink
Reworded error message slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jan 7, 2015
1 parent 5550ca4 commit 9bf5138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.cpp
Expand Up @@ -2622,7 +2622,7 @@ void CMUSHclientDoc::ExecuteTriggerScript (CTrigger * trigger_item,
return;

CString strType = "trigger";
CString strReason = TFormat ("processing trigger \"%s\" on line \"%s\"",
CString strReason = TFormat ("processing trigger \"%s\" when matching line: \"%s\"",
(LPCTSTR) trigger_item->strLabel, (LPCTSTR) strCurrentLine);

// get unlabelled trigger's internal name
Expand Down

0 comments on commit 9bf5138

Please sign in to comment.