]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
idnode: cosmetic - newline
authorJaroslav Kysela <perex@perex.cz>
Fri, 4 Dec 2015 11:27:23 +0000 (12:27 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 4 Dec 2015 11:27:23 +0000 (12:27 +0100)
src/idnode.c

index fe7a5359ee3d2120d8ba091a9ac61f37ea177cec..38c2d6f5951ea9c2241bc43912654000781c6bed 100644 (file)
@@ -152,7 +152,7 @@ idnode_insert(idnode_t *in, const char *uuid, const idclass_t *class, int flags)
   } while (c != NULL && --retries > 0);
 
   if(c != NULL) {
-    tvherror("idnode", "Id node collission (%s) %s\n",
+    tvherror("idnode", "Id node collission (%s) %s",
              uuid, (flags & IDNODE_SHORT_UUID) ? " (short)" : "");
     fprintf(stderr, "Id node collision (%s) %s\n",
             uuid, (flags & IDNODE_SHORT_UUID) ? " (short)" : "");