svn commit: r288209 - stable/10/usr.sbin/ctld

Josh Paetzel jpaetzel at FreeBSD.org
Fri Sep 25 03:54:11 UTC 2015


Author: jpaetzel
Date: Fri Sep 25 03:54:10 2015
New Revision: 288209
URL: https://svnweb.freebsd.org/changeset/base/288209

Log:
  MFC 288208
  
  Fix typo.
  
  Sponsored by:	iXsystems

Modified:
  stable/10/usr.sbin/ctld/ctld.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/ctld/ctld.c
==============================================================================
--- stable/10/usr.sbin/ctld/ctld.c	Fri Sep 25 03:46:06 2015	(r288208)
+++ stable/10/usr.sbin/ctld/ctld.c	Fri Sep 25 03:54:10 2015	(r288209)
@@ -1132,7 +1132,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-all mailing list