[master] 697fd44 Drop extra colon (:)

Federico G. Schwindt fgsch at lodoss.net
Sat Dec 5 11:46:31 CET 2015


commit 697fd4448b365d630d74bc54d41c300ef1b52fbb
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