summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cross.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc
index 30a953bb8..30fe887f8 100644
--- a/src/lib/cross.cc
+++ b/src/lib/cross.cc
@@ -127,8 +127,11 @@ app_contents ()
}
boost::filesystem::path path (buffer);
+ std::cout << "start " << path << "\n";
path.remove_filename ();
+ std::cout << "then " << path << "\n";
path.remove_filename ();
+ std::cout << "and then " << path << "\n";
return path;
}
#endif