mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-03-27 02:20:06 +00:00
Print info messages to stdout instead of stderr (#2639)
This commit is contained in:
@@ -14,7 +14,7 @@ CommandLineParser::CommandLineParser()
|
||||
namespace {
|
||||
|
||||
AbstractLogger out =
|
||||
AbstractLogger::info(AbstractLogger::Stderr).enableMessageHeader(false);
|
||||
AbstractLogger::info(AbstractLogger::Stdout).enableMessageHeader(false);
|
||||
AbstractLogger err = AbstractLogger::error(AbstractLogger::Stderr);
|
||||
|
||||
auto versionOption =
|
||||
|
||||
Reference in New Issue
Block a user