summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de8b8b6)
raw | patch | inline | side by side (parent: de8b8b6)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 22 Aug 2014 05:17:23 +0000 (22:17 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 22 Aug 2014 05:17:23 +0000 (22:17 -0700) |
src/core/plugin.c | patch | blob | history |
diff --git a/src/core/plugin.c b/src/core/plugin.c
index d4bf1bd78b3dee2c1eb5e5c610e5a5bc5620dd84..79df55e589ee967a4cf9e4819d4cada6c29dfae0 100644 (file)
--- a/src/core/plugin.c
+++ b/src/core/plugin.c
plugin = SDB_PLUGIN_CB(sdb_llist_search_by_name(ts_fetcher_list, type));
if (! plugin) {
sdb_log(SDB_LOG_ERR, "core: Cannot fetch time-series of type %s: "
- "no such plugin loaded");
+ "no such plugin loaded", type);
errno = ENOENT;
return NULL;
}