COPKGManager: use ACKNOWLEDGE_MSG to show info message

Origin commit data
------------------
Commit: 86e35add16
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-05 (Sun, 05 Oct 2014)
This commit is contained in:
2014-10-05 00:24:27 +02:00
parent 4848747bb4
commit c0a6b6125b

View File

@@ -404,7 +404,7 @@ fprintf(stderr, "execCmd(%s)\n", cmdstr);
if (verbose) {
cmd += " 2>&1";
int res;
CShellWindow(cmd, (verbose ? CShellWindow::VERBOSE : 0) | (acknowledge ? CShellWindow::ACKNOWLEDGE : 0), &res);
CShellWindow(cmd, (verbose ? CShellWindow::VERBOSE : 0) | (acknowledge ? CShellWindow::ACKNOWLEDGE_MSG : 0), &res);
return res;
} else {
cmd += " 2>/dev/null >&2";