glib r7903 - trunk/gio



Author: alexl
Date: Mon Feb 23 15:12:39 2009
New Revision: 7903
URL: http://svn.gnome.org/viewvc/glib?rev=7903&view=rev

Log:
2009-02-23  Alexander Larsson  <alexl redhat com>

	* glocalfile.c:
	Remove accidentally commited spew




Modified:
   trunk/gio/ChangeLog
   trunk/gio/glocalfile.c

Modified: trunk/gio/glocalfile.c
==============================================================================
--- trunk/gio/glocalfile.c	(original)
+++ trunk/gio/glocalfile.c	Mon Feb 23 15:12:39 2009
@@ -619,8 +619,6 @@
 static const char *
 get_fs_type (long f_type)
 {
-  g_print ("get fstype for %ld\n", f_type);
-
   /* filesystem ids taken from linux manpage */
   switch (f_type) 
     {
@@ -947,7 +945,6 @@
 #endif
   GFileAttributeMatcher *attribute_matcher;
 	
-  g_print ("g_local_file_query_filesystem_info\n");
   no_size = FALSE;
   
 #ifdef USE_STATFS
@@ -1028,10 +1025,8 @@
 #ifdef USE_STATFS
 #if defined(HAVE_STRUCT_STATFS_F_FSTYPENAME)
   fstype = g_strdup(statfs_buffer.f_fstypename);
-  g_print ("using f_fstypename %s\n", fstype);
 #else
   fstype = get_fs_type (statfs_buffer.f_type);
-  g_print ("using f_type %s\n", fstype);
 #endif
 
 #elif defined(USE_STATVFS) && defined(HAVE_STRUCT_STATVFS_F_BASETYPE)



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