diff options
-rw-r--r-- | src/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c index 64a3f84..d8a4a0a 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1329,7 +1329,7 @@ shell_set_app_float(struct wl_client *client, struct wl_resource *shell_res, if (surf != ivi_output->active) { weston_log("Detected that app_id %s is not active but " - "continue to allowing setting it up as floating\n"); + "continue to allowing setting it up as floating\n", app_id); } if (ivi_output->previous_active) |