glom r1786 - in trunk: . glom



Author: murrayc
Date: Tue Dec  9 17:21:05 2008
New Revision: 1786
URL: http://svn.gnome.org/viewvc/glom?rev=1786&view=rev

Log:
2008-12-09  Murray Cumming  <murrayc murrayc com>

* glom/dialog_existing_or_new.cc: Constructor: When the examples 
directory does not exist, mention the path in the stderr message, to 
help us to debug the problem.

Modified:
   trunk/ChangeLog
   trunk/glom/dialog_existing_or_new.cc

Modified: trunk/glom/dialog_existing_or_new.cc
==============================================================================
--- trunk/glom/dialog_existing_or_new.cc	(original)
+++ trunk/glom/dialog_existing_or_new.cc	Tue Dec  9 17:21:05 2008
@@ -182,7 +182,7 @@
   }
   catch(const Glib::Exception& ex)
   {
-    std::cerr << "Could not enumerate examples: " << ex.what() << std::endl;
+    std::cerr << "Could not enumerate examples at path=:" << path << ex.what() << std::endl;
   }
 #endif /* !GLOM_ENABLE_CLIENT_ONLY */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]