aboutsummaryrefslogtreecommitdiffstats
path: root/src/binder_reply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/binder_reply.cpp')
-rw-r--r--src/binder_reply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binder_reply.cpp b/src/binder_reply.cpp
index 172a22a..af79e7d 100644
--- a/src/binder_reply.cpp
+++ b/src/binder_reply.cpp
@@ -156,7 +156,7 @@ APIResponse BinderReply::ReplyNavicoreGetAllSessions( std::map<uint32_t, std::st
}
else
{
- fprintf(stderr, "invalid key.");
+ fprintf(stderr, "invalid key. \n");
json_object_put(obj);
}
}