Publisher tag remapped, default message level is not debug, size of image now is in KiB
This commit is contained in:
parent
d6c1cbde1a
commit
e4cc5e8d0e
3 changed files with 32 additions and 4 deletions
|
@ -118,7 +118,7 @@ void TaskManager::wait() {
|
|||
}
|
||||
|
||||
TaskManager::JobResult TaskManager::job(const std::string& source, const std::string& destination) {
|
||||
FLACtoMP3 convertor;
|
||||
FLACtoMP3 convertor(Loggable::debug);
|
||||
convertor.setInputFile(source);
|
||||
convertor.setOutputFile(destination);
|
||||
bool result = convertor.run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue