[experimental-ims] 9b8598d Align error message with new parameter name
    Geoff Simmons 
    geoff at varnish-cache.org
       
    Mon Jan  9 21:52:31 CET 2012
    
    
  
commit 9b8598d31d0218e5f8da8ff686a699970be8209e
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Thu Nov 10 11:13:52 2011 +0100
    Align error message with new parameter name
diff --git a/lib/libvarnishapi/vsl_arg.c b/lib/libvarnishapi/vsl_arg.c
index 56f93e2..4bcd44a 100644
--- a/lib/libvarnishapi/vsl_arg.c
+++ b/lib/libvarnishapi/vsl_arg.c
@@ -182,7 +182,7 @@ vsl_m_arg(const struct VSM_data *vd, const char *opt)
 	CHECK_OBJ_NOTNULL(vd, VSM_MAGIC);
 
 	if (!strchr(opt, ':')) {
-		fprintf(stderr, "No : found in -o option %s\n", opt);
+		fprintf(stderr, "No : found in -m option %s\n", opt);
 		return (-1);
 	}
 
    
    
More information about the varnish-commit
mailing list