Mention app dir in output

This can help making sense out of error messages when something
goes wrong.
tingping/wmclass
Matthias Clasen 2016-07-29 14:15:46 -04:00
parent 764cb91cbe
commit 91b7b0a419
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ main (int argc,
{
if (opt_force_clean)
{
g_print ("Emptying app dir\n");
g_print ("Emptying app dir '%s'\n", app_dir_path);
if (!gs_shutil_rm_rf (app_dir, NULL, &error))
{
g_printerr ("Couldn't empty app dir '%s': %s",