File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ ev_spawn (const char *uri,
285
285
g_object_unref (ctx );
286
286
}
287
287
if (error != NULL ) {
288
- g_warning ("Error launching atril %s: %s\n" , uri , error -> message );
288
+ g_printerr ("Error launching atril %s: %s\n" , uri , error -> message );
289
289
g_error_free (error );
290
290
}
291
291
@@ -398,7 +398,7 @@ on_register_uri_cb (GObject *source_object,
398
398
399
399
value = g_dbus_connection_call_finish (connection , res , & error );
400
400
if (!value ) {
401
- g_warning ("Error registering document: %s\n" , error -> message );
401
+ g_printerr ("Error registering document: %s\n" , error -> message );
402
402
g_error_free (error );
403
403
404
404
_ev_application_open_uri_at_dest (application ,
@@ -585,7 +585,7 @@ ev_application_unregister_uri (EvApplication *application,
585
585
NULL ,
586
586
& error );
587
587
if (value == NULL ) {
588
- g_warning ("Error unregistering document: %s\n" , error -> message );
588
+ g_printerr ("Error unregistering document: %s\n" , error -> message );
589
589
g_error_free (error );
590
590
} else {
591
591
g_variant_unref (value );
You can’t perform that action at this time.
0 commit comments