Update warning msg
[lttng-tools.git] / lttng-sessiond / ust-app.c
index e1d11cfbccabfed425a6400a71d34e1dbb4935af..6c9d40f421ff1c0fabbe93c8b5676c85000f3f0d 100644 (file)
@@ -841,7 +841,7 @@ int ust_app_register(struct ust_register_msg *msg, int sock)
         * to specific compat32 consumer.
         */
        if (msg->bits_per_long != CAA_BITS_PER_LONG) {
-               ERR("Registration failed: application %s (pid: %d) has "
+               ERR("Registration failed: application \"%s\" (pid: %d) has "
                        "%d-bit long, but only "
                        "%d-bit lttng-consumerd is available.\n",
                        msg->name, msg->pid, msg->bits_per_long,
This page took 0.025381 seconds and 5 git commands to generate.