diff options
-rw-r--r-- | src/status-items.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status-items.c b/src/status-items.c index f80de1c..60533ce 100644 --- a/src/status-items.c +++ b/src/status-items.c @@ -265,7 +265,7 @@ load_status_provider (gpointer dir) module = g_module_open(provider, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL); if (module == NULL) { - g_warning("Unable to module for: %s", provider); + g_warning("Unable to open module: %s", provider); goto exit_module_fail; } |