diff options
Diffstat (limited to 'src/cli/Main.cpp')
-rw-r--r-- | src/cli/Main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli/Main.cpp b/src/cli/Main.cpp index cbe7578..e9b42c0 100644 --- a/src/cli/Main.cpp +++ b/src/cli/Main.cpp @@ -171,7 +171,8 @@ int main(int argc, char **argv) fs::path outP = fs::canonical("."); outP /= (in.stem().string() + "." + format); outputPath = outP.string(); - std::cout << "Using " << outputPath << " as output path." << std::endl; + logger.note(std::string("Using ") + outputPath + + std::string(" as output path.")); } // check format. if (!formats.count(format)) { |