Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/iscsi/dist/src/initiator Add missing newline.
details: https://anonhg.NetBSD.org/src/rev/380624000239
branches: trunk
changeset: 748865:380624000239
user: ghen <ghen%NetBSD.org@localhost>
date: Sun Nov 08 15:33:21 2009 +0000
description:
Add missing newline.
diffstat:
external/bsd/iscsi/dist/src/initiator/iscsi-initiator.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e14813744f0d -r 380624000239 external/bsd/iscsi/dist/src/initiator/iscsi-initiator.c
--- a/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.c Sun Nov 08 15:32:52 2009 +0000
+++ b/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.c Sun Nov 08 15:33:21 2009 +0000
@@ -619,7 +619,7 @@
}
}
if (iscsi_initiator_getvar(&ini, "user") == NULL) {
- iscsi_err(__FILE__, __LINE__, "user must be specified with -u");
+ iscsi_err(__FILE__, __LINE__, "user must be specified with -u\n");
exit(EXIT_FAILURE);
}
Home |
Main Index |
Thread Index |
Old Index