From: Vincent Vanwaelscappel Date: Mon, 2 Jun 2025 15:18:19 +0000 (+0200) Subject: #7567 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9b47c82a3749d762ff7d4733e4da5829f2b84d9b;p=cubist_net.git #7567 --- diff --git a/src/Transfer/GCS.php b/src/Transfer/GCS.php index ca3b62c..aaf44dd 100644 --- a/src/Transfer/GCS.php +++ b/src/Transfer/GCS.php @@ -59,6 +59,7 @@ class GCS extends Driver $rclone->setMirror($mirror); $rclone->setDryRun($dryrun); $rclone->execute(); + $rclone->debug(); return $rclone; } }