Skip to content
Snippets Groups Projects
Commit aabc3e75 authored by Simon McVittie's avatar Simon McVittie
Browse files

wrap: Move a debug message to the right place

parent 88594f04
Branches
Tags
No related merge requests found
...@@ -1169,6 +1169,8 @@ main (int argc, ...@@ -1169,6 +1169,8 @@ main (int argc,
"--tmpfs", "/home", "--tmpfs", "/home",
NULL); NULL);
g_debug ("Making home directory available...");
if (opt_fake_home == NULL) if (opt_fake_home == NULL)
{ {
flatpak_bwrap_add_args (bwrap, flatpak_bwrap_add_args (bwrap,
...@@ -1264,8 +1266,6 @@ main (int argc, ...@@ -1264,8 +1266,6 @@ main (int argc,
/* Make sure the current working directory (the game we are going to /* Make sure the current working directory (the game we are going to
* run) is available. Some games write here. */ * run) is available. Some games write here. */
g_debug ("Making home directory available...");
if (pv_is_same_file (home, cwd_p)) if (pv_is_same_file (home, cwd_p))
{ {
g_debug ("Not making physical working directory \"%s\" available to " g_debug ("Not making physical working directory \"%s\" available to "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment