svn commit: r288208 - head/usr.sbin/ctld

Josh Paetzel jpaetzel at FreeBSD.org
Fri Sep 25 03:46:07 UTC 2015


Author: jpaetzel
Date: Fri Sep 25 03:46:06 2015
New Revision: 288208
URL: https://svnweb.freebsd.org/changeset/base/288208

Log:
  Fix typo.
  
  Sponsored by:	iXsystems

Modified:
  head/usr.sbin/ctld/ctld.c

Modified: head/usr.sbin/ctld/ctld.c
==============================================================================
--- head/usr.sbin/ctld/ctld.c	Fri Sep 25 02:52:54 2015	(r288207)
+++ head/usr.sbin/ctld/ctld.c	Fri Sep 25 03:46:06 2015	(r288208)
@@ -1149,7 +1149,7 @@ valid_iscsi_name(const char *name)
 		}
 	} else {
 		log_warnx("invalid target name \"%s\"; should start with "
-		    "either \".iqn\", \"eui.\", or \"naa.\"",
+		    "either \"iqn.\", \"eui.\", or \"naa.\"",
 		    name);
 	}
 	return (true);


More information about the svn-src-head mailing list