Adding missing comma to list of error messages. Signed-off-by: Jan Safranek <jsafr...@redhat.com> ---
src/api.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api.c b/src/api.c index e2d56ef..bda2fd6 100644 --- a/src/api.c +++ b/src/api.c @@ -110,7 +110,7 @@ const char const *cgroup_strerror_codes[] = { "Cgroup, rules file does not exist", "Cgroup mounting failed", "The config file can not be opened", - "Sentinel" + "Sentinel", "End of File or iterator", "Failed to parse config file", "Have multiple paths for the same namespace", ------------------------------------------------------------------------------ 10 Tips for Better Server Consolidation Server virtualization is being driven by many needs. But none more important than the need to reduce IT complexity while improving strategic productivity. Learn More! http://www.accelacomm.com/jaw/sdnl/114/51507609/ _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel