fixed: Image did not use 'savelog' when creating logs
before commit4832c7db4b
the logs were lost, but after4832c7db4b
the logs were printed when winix shuts down in4832c7db4b
at the end of BaseThread::StartRoutine() has been added a call to save_log()
This commit is contained in:
@@ -581,6 +581,8 @@ void Image::CreateImage()
|
||||
<< ", 'convert' process returned: " << res << logend;
|
||||
}
|
||||
}
|
||||
|
||||
log << logsave;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user