[gnome-software/gnome-3-20] trivial: Improve the output of the plugin loader debug output
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-20] trivial: Improve the output of the plugin loader debug output
- Date: Thu, 14 Apr 2016 17:29:50 +0000 (UTC)
commit 57df285d12f0e456cb29b0cefff73b8f3ee6cbe2
Author: Richard Hughes <richard hughsie com>
Date: Thu Apr 7 11:02:59 2016 +0100
trivial: Improve the output of the plugin loader debug output
src/gs-plugin-loader.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index a6dfb1b..a7033d8 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -3272,7 +3272,7 @@ gs_plugin_loader_dump_state (GsPluginLoader *plugin_loader)
for (i = 0; i < priv->plugins->len; i++) {
plugin = g_ptr_array_index (priv->plugins, i);
g_debug ("[%s]\t%.1f\t->\t%s",
- plugin->enabled ? "enabled" : "disabled",
+ plugin->enabled ? "enabled" : "disabld",
plugin->priority,
plugin->name);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]