mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-09-05 13:11:46 +00:00
remove new line in output and error logs
This commit is contained in:
@@ -82,12 +82,12 @@ bool exec_task(const gchar* command_line) {
|
||||
LOG(MOD "Error: %s\n", (char*)error->message);
|
||||
}
|
||||
if (standard_error) {
|
||||
LOG(MOD "STD Error: %s\n", (char*)standard_error);
|
||||
LOG(MOD "STD Error: %s", (char*)standard_error);
|
||||
}
|
||||
}
|
||||
|
||||
if (standard_output) {
|
||||
LOG(MOD "STD output: %s\n", (char*)standard_output);
|
||||
LOG(MOD "STD output: %s", (char*)standard_output);
|
||||
g_free(standard_output);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user