[master] ab2126a I guess we can affort that much verbosity to help future troubleshooters

Nils Goroll nils.goroll at uplex.de
Mon Nov 6 21:14:09 UTC 2017


commit ab2126af9f774922c37882dc08cce05890134fd7
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Nov 6 21:55:09 2017 +0100

    I guess we can affort that much verbosity to help future troubleshooters

diff --git a/lib/libvarnishapi/vut.c b/lib/libvarnishapi/vut.c
index 46b2aa1..2c2f54d 100644
--- a/lib/libvarnishapi/vut.c
+++ b/lib/libvarnishapi/vut.c
@@ -367,7 +367,7 @@ VUT_Main(struct VUT *vut)
 		if (vut->vsm != NULL &&
 		    (VSM_Status(vut->vsm) & VSM_WRK_RESTARTED)) {
 			if (hascursor < 1) {
-				fprintf(stderr, "Log abandonned\n");
+				fprintf(stderr, "Log abandonned (vsm)\n");
 				VSLQ_SetCursor(vut->vslq, NULL);
 				hascursor = 0;
 			}
@@ -417,7 +417,7 @@ VUT_Main(struct VUT *vut)
 
 		if (i == -2) {
 			/* Abandoned */
-			fprintf(stderr, "Log abandoned\n");
+			fprintf(stderr, "Log abandoned (vsl)\n");
 			VSLQ_SetCursor(vut->vslq, NULL);
 			hascursor = 0;
 		} else if (i < -2)


More information about the varnish-commit mailing list