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);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to