]> git.itanic.dy.fi Git - rrdd/commitdiff
Add missing newline
authorTimo Kokkonen <kaapeli@ee.oulu.fi>
Sun, 18 May 2008 17:14:21 +0000 (20:14 +0300)
committerTimo Kokkonen <kaapeli@ee.oulu.fi>
Sun, 18 May 2008 17:14:21 +0000 (20:14 +0300)
parser.c

index 0cb616e91b89ab45f0afd82ffea68ba58e6a4986..3e54071832ca93438517b54a05ef8565126f62cc 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -118,7 +118,7 @@ int digitemp_parser(char *data)
 
        pid = run_piped_stream(digitemp_cmd, digitemp_args, 0, &readf, 0);
        if (pid < 0) {
-               pr_err("Failed to parse digitemp");
+               pr_err("Failed to parse digitemp\n");
                sprintf(data, "U:U");
                return -1;
        }