Fix error message
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 30 Jun 2015 11:03:13 +0000 (13:03 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Fri, 11 Sep 2015 20:59:46 +0000 (22:59 +0200)
src/virt.c

index dff8f71..69a4607 100644 (file)
@@ -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 HostnameFormat field: %s", fields[i]);
+                ERROR (PLUGIN_NAME " plugin: unknown PluginInstanceFormat field: %s", fields[i]);
                 return -1;
             }
         }