summaryrefslogtreecommitdiffstats
path: root/src/CLI/CLI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CLI/CLI.cpp')
-rw-r--r--src/CLI/CLI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp
index 319bd0e..f16811e 100644
--- a/src/CLI/CLI.cpp
+++ b/src/CLI/CLI.cpp
@@ -69,7 +69,7 @@ static DBusMessage* send_get_reply_and_unref(DBusMessage* msg)
DBusMessage *reply = dbus_connection_send_with_reply_and_block(s_dbus_conn, msg, /*timeout*/ -1, &err);
if (reply == NULL)
{
-//analyse error
+//TODO: analyse err
error_msg_and_die("Error sending DBus message");
}
dbus_message_unref(msg);