projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab8493
)
Fix error message
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 30 Jun 2015 11:03:13 +0000
(13:03 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Fri, 11 Sep 2015 20:59:46 +0000
(22:59 +0200)
src/virt.c
patch
|
blob
|
history
diff --git
a/src/virt.c
b/src/virt.c
index
dff8f71
..
69a4607
100644
(file)
--- a/
src/virt.c
+++ b/
src/virt.c
@@
-455,7
+455,7
@@
lv_config (const char *key, const char *value)
plugin_instance_format[i] = plginst_uuid;
else {
sfree (value_copy);
- ERROR (PLUGIN_NAME " plugin: unknown
Hostnam
eFormat field: %s", fields[i]);
+ ERROR (PLUGIN_NAME " plugin: unknown
PluginInstanc
eFormat field: %s", fields[i]);
return -1;
}
}