forked from altcloud/fence-virt
Fix missing carriage returns on debug prints
Signed-off-by: Lon Hohberger <lhh@redhat.com>
This commit is contained in:
parent
8f1adeac2e
commit
082eb8be09
@ -398,7 +398,7 @@ read_key_file(char *file, char *key, size_t max_len)
|
||||
}
|
||||
|
||||
if (nread == 0) {
|
||||
dbg_printf(3, "Stopped reading @ %d bytes",
|
||||
dbg_printf(3, "Stopped reading @ %d bytes\n",
|
||||
(int)max_len-remain);
|
||||
break;
|
||||
}
|
||||
@ -408,7 +408,7 @@ read_key_file(char *file, char *key, size_t max_len)
|
||||
}
|
||||
|
||||
close(fd);
|
||||
dbg_printf(3, "Actual key length = %d bytes", (int)max_len-remain);
|
||||
dbg_printf(3, "Actual key length = %d bytes\n", (int)max_len-remain);
|
||||
|
||||
return (int)(max_len - remain);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user