summaryrefslogtreecommitdiff
path: root/src/trg-torrent-add-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-torrent-add-dialog.c')
-rw-r--r--src/trg-torrent-add-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-add-dialog.c b/src/trg-torrent-add-dialog.c
index e3718c7..d02b4e6 100644
--- a/src/trg-torrent-add-dialog.c
+++ b/src/trg-torrent-add-dialog.c
@@ -174,7 +174,7 @@ void launch_add_thread(struct add_torrent_threadfunc_args *args)
g_thread_create(add_files_threadfunc, args, FALSE, &error);
if (error) {
- g_printf("thread creation error: %s\n", error->message);
+ g_error("thread creation error: %s\n", error->message);
g_error_free(error);
g_str_slist_free(args->list);
g_free(args);