Revision: 3150 http://geany.svn.sourceforge.net/geany/?rev=3150&view=rev Author: eht16 Date: 2008-10-25 18:55:51 +0000 (Sat, 25 Oct 2008)
Log Message: ----------- Issue a warning message when closing document fails.
Modified Paths: -------------- trunk/src/document.c
Modified: trunk/src/document.c =================================================================== --- trunk/src/document.c 2008-10-24 22:46:49 UTC (rev 3149) +++ trunk/src/document.c 2008-10-25 18:55:51 UTC (rev 3150) @@ -447,7 +447,7 @@
if (doc == NULL) { - geany_debug("Error: page_num: %d", page_num); + g_warning("%s: page_num: %d", __func__, page_num); return FALSE; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.