Skip to content

Commit

Permalink
Improve logging (#228)
Browse files Browse the repository at this point in the history
### What's done:
* Log finish message

Co-authored-by: Andrey Kuleshov <[email protected]>
  • Loading branch information
petertrr and orchestr7 authored Sep 2, 2021
1 parent 7397b78 commit c1237b2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("FILE_WILDCARD_IMPORTS")

package org.cqfn.save.core

import org.cqfn.save.core.config.OutputStreamType
Expand Down Expand Up @@ -102,6 +100,7 @@ class Save(
}
reporter.afterAll()
reporter.out.close()
logInfo("SAVE has finished execution. You can rerun with --debug for additional information.")

return reporter
}
Expand Down

0 comments on commit c1237b2

Please sign in to comment.