diff --git a/src/bottles/activate.cpp b/src/bottles/activate.cpp index c522966..e19293d 100644 --- a/src/bottles/activate.cpp +++ b/src/bottles/activate.cpp @@ -43,7 +43,7 @@ void cellar::bottles::switch_active_bottle(int argc, vector argv) { try { create_symlink(targetpath, bottlepath); } catch (filesystem_error &exc) { - output::error(exc.what()); + output::error((string) "Error creating symlink at ~/.wine: " + exc.what()); return; } }