[gnome-software] 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] trivial: Improve the output of the plugin loader debug output
- Date: Thu, 7 Apr 2016 17:40:45 +0000 (UTC)
commit e400af61ace40693172ea4735ef42b01fcd4fd77
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 010f93d..2c0004a 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -3253,7 +3253,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]