patches: print the actual patch lines only in verbose mode

This commit is contained in:
Avi Halachmi (:avih) 2015-02-22 16:52:59 +02:00
parent 56b2c009cd
commit 5e88afe978
1 changed files with 3 additions and 1 deletions

View File

@ -312,7 +312,9 @@ namespace PatchFunc
// (translated) messages for display in a popup window then we'll have to upgrade the
// exception a little bit.
PatchesCon->WriteLn(cmd + L" " + param);
// print the actual patch lines only in verbose mode (even in devel)
if (DevConWriterEnabled)
DevCon.WriteLn(cmd + L" " + param);
try
{