diff --git a/pressure-vessel-wrap b/pressure-vessel-wrap
index aa51d30820bbc23780174ad3d85b0fc4b4dc2b11..8408497cf124c235f1c96ca7cb73c7f0c0359720 100755
--- a/pressure-vessel-wrap
+++ b/pressure-vessel-wrap
@@ -282,7 +282,7 @@ else
 fi
 
 if [ -z "$BWRAP" ] || ! "$BWRAP" --bind / / true; then
-    echo "$me: cannot find bwrap or it doesn't work, falling back to executing '$*' directly" >&2
+    echo "$me: cannot find bwrap or it doesn't work, falling back to executing '${wrapped_command[*]}' directly" >&2
 
     if [ -n "$ld_preload" ]; then
         export LD_PRELOAD="$ld_preload"