# HG changeset patch
# User rosfran
# Date 1173137683 0
# Node ID 7c2dde09dc8a12762bbd9f8ee9066909be705607
# Parent  f8eb1446ff5a125b99b788ca229a8e79040fc9f4
[svn r393] Added newly info about the check file utility function.

diff -r f8eb1446ff5a -r 7c2dde09dc8a gmyth/src/gmyth_util.c
--- a/gmyth/src/gmyth_util.c	Mon Mar 05 22:18:17 2007 +0000
+++ b/gmyth/src/gmyth_util.c	Mon Mar 05 23:34:43 2007 +0000
@@ -490,6 +490,10 @@
         if ( ( gmyth_string_list_length( slist ) > 1 ) && 
         			gmyth_string_list_get_char_array (slist, 1) != NULL )
         	*current_dir = g_strdup( gmyth_string_list_get_char_array (slist, 1) );
+        
+        if ( *current_dir != NULL )
+        	gmyth_debug( "Current directory = %s.", ( *current_dir != NULL ) 
+        			? *current_dir : "[directory not found]" );
     
         g_object_unref (program);