summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab6ab6a)
raw | patch | inline | side by side (parent: ab6ab6a)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 14 Oct 2012 15:22:30 +0000 (17:22 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 14 Oct 2012 15:22:30 +0000 (17:22 +0200) |
;-)
src/utils_db_query.c | patch | blob | history |
diff --git a/src/utils_db_query.c b/src/utils_db_query.c
index 7e7504dc9fc2a0bed52000b6da08e7d7dd683663..06bc1a2342431cf08a3b90b2ecec3bda1516ed66 100644 (file)
--- a/src/utils_db_query.c
+++ b/src/utils_db_query.c
}
else
{
- DEBUG ("db query utils: Added %i versions of query `%s'.",
- num_added, name);
+ DEBUG ("db query utils: Added %i version%s of query `%s'.",
+ num_added, (num_added == 1) ? "" : "s", name);
}
return (0);