[gnumeric] Debug: more debug name more specific.



commit 770d8a35362b54997f1f18d2f15680a8960d5a2b
Author: Morten Welinder <terra gnome org>
Date:   Thu Mar 29 13:52:40 2012 -0400

    Debug: more debug name more specific.

 plugins/fn-lookup/functions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-lookup/functions.c b/plugins/fn-lookup/functions.c
index c207d30..a27ff00 100644
--- a/plugins/fn-lookup/functions.c
+++ b/plugins/fn-lookup/functions.c
@@ -1909,7 +1909,7 @@ GnmFuncDescriptor const lookup_functions[] = {
 G_MODULE_EXPORT void
 go_plugin_init (GOPlugin *plugin, GOCmdContext *cc)
 {
-	debug_lookup_caches = gnm_debug_flag ("lookup");
+	debug_lookup_caches = gnm_debug_flag ("lookup-caches");
 	g_signal_connect (gnm_app_get_app (), "recalc-clear-caches",
 			  G_CALLBACK (clear_caches), NULL);
 }



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