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
[ Upstream commit 8d58ee1 ]

Fixes: 529bdca
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
stewartsmith committed Oct 31, 2018
1 parent 4e60709 commit 77ac2fe
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 77ac2fe

Please sign in to comment.