Skip to content

Commit

Permalink
Change loglevel for removing external volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed May 19, 2023
1 parent 67d7878 commit 01942a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/ABHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public static function backupContainer($container, $destination) {

$containerSettings = $abSettings->getContainerSpecificSettings($container['Name']);
if ($containerSettings['backupExtVolumes'] == 'no') {
self::backupLog("Should NOT backup ext volumes, sanitizing them...", self::LOGLEVEL_DEBUG);
self::backupLog("Should NOT backup external volumes, sanitizing them...");
foreach ($volumes as $index => $volume) {
if (!self::isVolumeWithinAppdata($volume)) {
unset($volumes[$index]);
Expand Down

0 comments on commit 01942a9

Please sign in to comment.