summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand/bzipfs.c
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2018-11-29 22:53:07 +0200
committerToomas Soome <tsoome@me.com>2019-03-07 07:31:20 +0200
commit96cf04672307d7aacdfa73ae214d34affe5a218b (patch)
treefda18f2c4d7f28f4f3de75acda72bccea393125b /usr/src/boot/lib/libstand/bzipfs.c
parent3c30f56df862431210f98c7c8f13cf1362b9c574 (diff)
downloadillumos-joyent-96cf04672307d7aacdfa73ae214d34affe5a218b.tar.gz
10454 loader: panic does add newline for us
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/boot/lib/libstand/bzipfs.c')
-rw-r--r--usr/src/boot/lib/libstand/bzipfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/lib/libstand/bzipfs.c b/usr/src/boot/lib/libstand/bzipfs.c
index 2e2a3d8963..1c2cc39904 100644
--- a/usr/src/boot/lib/libstand/bzipfs.c
+++ b/usr/src/boot/lib/libstand/bzipfs.c
@@ -374,7 +374,7 @@ bzf_stat(struct open_file *f, struct stat *sb)
void
bz_internal_error(int errorcode)
{
- panic("bzipfs: critical error %d in bzip2 library occured\n",
+ panic("bzipfs: critical error %d in bzip2 library occured",
errorcode);
}