Skip to content

Commit

Permalink
hiomap: fix missing newline at end of 'Flushing writes' prlog()
Browse files Browse the repository at this point in the history
Fixes: 529bdca
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
stewartsmith committed Oct 30, 2018
1 parent d513609 commit 8d58ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libflash/ipmi-hiomap.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ static bool hiomap_flush(struct ipmi_hiomap *ctx)
return false;
}

prlog(PR_DEBUG, "Flushed writes");
prlog(PR_DEBUG, "Flushed writes\n");

return true;
}
Expand Down

0 comments on commit 8d58ee1

Please sign in to comment.