Fix error message handling in rt-cli, related to single-user mode
See #4428
This commit is contained in:
@@ -81,7 +81,7 @@ bool Options::checkDirPath (Glib::ustring &path, Glib::ustring errString)
|
||||
return true;
|
||||
} else {
|
||||
if (!errString.empty()) {
|
||||
printf ("%s\n", errString.c_str());
|
||||
std::cerr << errString << std::endl;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user