aboutsummaryrefslogtreecommitdiffstats
path: root/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'connect.c')
-rw-r--r--connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/connect.c b/connect.c
index 47c9fb8..5af71ed 100644
--- a/connect.c
+++ b/connect.c
@@ -49,7 +49,7 @@ static void connect_error(void *opaque, virErrorPtr err)
break;
}
gtk_message(conn->win->toplevel, dialog, type,
- "%s [ %d / %d]\n",
+ "%s [ %d / %d ]\n",
err->message,
err->code, err->domain);
}