[nautilus-actions] build_nautilus_menu_rec(): improve debug message



commit e344aee2c9287d2f6d9be6dc51f7183440a5b063
Author: Pierre Wieser <pwieser trychlos org>
Date:   Wed Sep 11 21:40:25 2013 +0200

    build_nautilus_menu_rec(): improve debug message

 ChangeLog                          |    3 +++
 src/plugin-menu/nautilus-actions.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 04e5186..a7ca185 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-09-11 Pierre Wieser <pwieser trychlos org>
 
+       * src/plugin-menu/nautilus-actions.c (build_nautilus_menu_rec):
+       Improve debug message.
+
        * src/plugin-menu/nautilus-actions.c (build_nautilus_menu):
        Do not try to create a root Nautilus-Actions menu if it will be empty.
 
diff --git a/src/plugin-menu/nautilus-actions.c b/src/plugin-menu/nautilus-actions.c
index 4c24e95..65f9f8a 100644
--- a/src/plugin-menu/nautilus-actions.c
+++ b/src/plugin-menu/nautilus-actions.c
@@ -557,7 +557,7 @@ build_nautilus_menu_rec( GList *tree, guint target, GList *selection, NATokens *
                 * dynamically empty - thus the NAObjectItem invalid :(
                 */
                if( !na_object_is_valid( item )){
-                       g_debug( "%s: item %s becomes invalid after expand_tokens_item", thisfn, label );
+                       g_debug( "%s: item %s becomes invalid after tokens expansion", thisfn, label );
                        g_object_unref( item );
                        g_free( label );
                        continue;


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