From 4bc67f3de3eaa45593dac55e55d6694976d2a186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Fri, 4 Feb 2022 14:36:44 +0100 Subject: [PATCH] Minor logging correction --- fragments/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/functions.sh b/fragments/functions.sh index 45496db..ba12731 100644 --- a/fragments/functions.sh +++ b/fragments/functions.sh @@ -524,7 +524,7 @@ mountDMG() { if [[ ! -e $dmgmount ]]; then cleanupAndExit 3 "Error accessing mountpoint for $tmpDir/$archiveName error:\n$logoutput" ERROR fi - printlog "Debugging enabled, installer output was:\n$logoutput" DEBUG + printlog "Debugging enabled, dmgmount output was:\n$logoutput" DEBUG printlog "Mounted: $dmgmount" INFO }