[4.1] bce6d9a Drop extra colon (:)

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:15:08 CET 2016


commit bce6d9a33f64ead2115298ce9b730d013ed0bf83
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sat Dec 5 10:43:20 2015 +0000

    Drop extra colon (:)

diff --git a/lib/libvcc/vcc_vmod.c b/lib/libvcc/vcc_vmod.c
index e8bab4f..60d2ed2 100644
--- a/lib/libvcc/vcc_vmod.c
+++ b/lib/libvcc/vcc_vmod.c
@@ -111,7 +111,7 @@ vcc_ParseImport(struct vcc *tl)
 	if (hdl == NULL) {
 		VSB_printf(tl->sb, "Could not load VMOD %.*s\n", PF(mod));
 		VSB_printf(tl->sb, "\tFile name: %s\n", fn);
-		VSB_printf(tl->sb, "\tdlerror:: %s\n", dlerror());
+		VSB_printf(tl->sb, "\tdlerror: %s\n", dlerror());
 		vcc_ErrWhere(tl, mod);
 		return;
 	}



More information about the varnish-commit mailing list