summaryrefslogtreecommitdiffstats
path: root/tools/stktest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/stktest.c')
-rw-r--r--tools/stktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/stktest.c b/tools/stktest.c
index 7c3ccb57..72411939 100644
--- a/tools/stktest.c
+++ b/tools/stktest.c
@@ -126,7 +126,7 @@ static DBusMessage *stktest_error_busy(DBusMessage *msg)
static DBusMessage *agent_release(DBusConnection *conn, DBusMessage *msg,
void *data)
{
- g_print("Got Release");
+ g_print("Got Release\n");
return dbus_message_new_method_return(msg);
}