From 5fa27340c9b0c472aa2712c244a907599b304998 Mon Sep 17 00:00:00 2001 From: zefie Date: Thu, 23 Apr 2026 22:17:11 -0400 Subject: [PATCH] update app.js --- zefie_wtvp_minisrv/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/app.js b/zefie_wtvp_minisrv/app.js index 68be5509..02f21cd4 100644 --- a/zefie_wtvp_minisrv/app.js +++ b/zefie_wtvp_minisrv/app.js @@ -1167,7 +1167,7 @@ minisrv-no-mail-count: true`; // detect if client is trying to load wtv-star due to client-perceived error if (getSocketDestinationPort(socket) === getPortByService("wtv-star")) { // is wtv-star - if (minisrv_config.config.debug_flags.debug) console.debug(" * client requested", shortURL, "on wtv-star port", getSocketDestinationPort(socket)) + if (minisrv_config.config.debug_flags.debug) console.debug(" * client requested %s on wtv-star port %d", shortURL, getSocketDestinationPort(socket)); shortURL = "wtv-star:/star"; service_name = "wtv-star"; } else {