summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-13 02:29:33 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-13 02:29:33 +0100
commit1e51605c2e235aed0debe80216755b51b2fec17c (patch)
tree2a636377aa12e1b5ceac73ac83aa157b53f341c2 /src
parent56139fd8f98ad306c32567c4b8070fe7ff18ab1e (diff)
OS X debugging.
Diffstat (limited to 'src')
-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