Minor logging correction

This commit is contained in:
Søren Theilgaard
2022-02-04 14:36:44 +01:00
parent 08e9e63422
commit 4bc67f3de3

View File

@@ -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
}