Skip to content

Commit 13e2050

Browse files
committed
import: Add missing end-of-line in dt-print.
1 parent 9334965 commit 13e2050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ void _import_enum_callback(GObject* source_object,
924924
{
925925
dt_print(DT_DEBUG_ALWAYS,
926926
"[_import_enum_callback] unable to create iterator,"
927-
" error: %s", error->message);
927+
" error: %s\n", error->message);
928928
g_error_free(error);
929929
return;
930930
}

0 commit comments

Comments
 (0)