[nautilus-actions] Fix debug message



commit fb260720c349b08f012be36ffa174e38452a385a
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Jul 19 06:50:25 2010 +0200

    Fix debug message

 src/io-gconf/nagp-reader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/io-gconf/nagp-reader.c b/src/io-gconf/nagp-reader.c
index bdf6eab..076a2eb 100644
--- a/src/io-gconf/nagp-reader.c
+++ b/src/io-gconf/nagp-reader.c
@@ -221,7 +221,7 @@ nagp_reader_read_done( const NAIFactoryProvider *provider, void *reader_data, co
 		read_done_profile_attach_profile( provider, NA_OBJECT_PROFILE( object ), ( ReaderData * ) reader_data, messages );
 	}
 
-	g_debug( "quitting nagp_read_done for %s at %p", G_OBJECT_TYPE_NAME( object ), ( void * ) object );
+	g_debug( "%s: quitting for %s at %p", thisfn, G_OBJECT_TYPE_NAME( object ), ( void * ) object );
 }
 
 static void



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