glom r1787 - in branches/glom-1-8: . glom



Author: murrayc
Date: Tue Dec  9 17:21:35 2008
New Revision: 1787
URL: http://svn.gnome.org/viewvc/glom?rev=1787&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:
   branches/glom-1-8/ChangeLog
   branches/glom-1-8/glom/dialog_existing_or_new.cc

Modified: branches/glom-1-8/glom/dialog_existing_or_new.cc
==============================================================================
--- branches/glom-1-8/glom/dialog_existing_or_new.cc	(original)
+++ branches/glom-1-8/glom/dialog_existing_or_new.cc	Tue Dec  9 17:21:35 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]