Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
idnode: cosmetic - newline
  • Loading branch information
perexg committed Dec 4, 2015
1 parent 888b4f5 commit d820aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idnode.c
Expand Up @@ -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)" : "");
Expand Down

0 comments on commit d820aa0

Please sign in to comment.