Skip to content
Snippets Groups Projects
Commit bbbe681a authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix line length

parent b5ce8463
No related branches found
No related tags found
No related merge requests found
......@@ -482,8 +482,8 @@ function exit_show() {
}
function log_formatter(message) {
print('image "' + getTitle() + "'' [type=" + bitDepth() + "] [id=" + getImageID() + "]: " +
message);
print('image "' + getTitle() + "'' [type=" + bitDepth() + "] [id=" +
getImageID() + "]: " + message);
}
function logi(message) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment