summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7b7903a)
raw | patch | inline | side by side (parent: 7b7903a)
author | Fredrik Sandebert <sandebert@users.noreply.github.com> | |
Wed, 31 Aug 2016 07:58:59 +0000 (09:58 +0200) | ||
committer | GitHub <noreply@github.com> | |
Wed, 31 Aug 2016 07:58:59 +0000 (09:58 +0200) |
src/dbi.c | patch | blob | history |
diff --git a/src/dbi.c b/src/dbi.c
index 068bf4d2f014c0643c02240dcebe4abdd3336b34..19d4b0a6c089c3d9b0ad48445ff27a16718acb07 100644 (file)
--- a/src/dbi.c
+++ b/src/dbi.c
if (queries_num == 0)
{
ERROR ("dbi plugin: No <Query> blocks have been found. Without them, "
- "this plugin can't do anything useful, so we will returns an error.");
+ "this plugin can't do anything useful, so we will return an error.");
return (-1);
}
if (databases_num == 0)
{
ERROR ("dbi plugin: No <Database> blocks have been found. Without them, "
- "this plugin can't do anything useful, so we will returns an error.");
+ "this plugin can't do anything useful, so we will return an error.");
return (-1);
}