]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/StorageManager.php
Update HTML::purify debug comment formatting
[friendica.git] / src / Core / StorageManager.php
index b832b20fa303e320ec7682c549363f2f6b7e496e..9e35aa6a36dad113355297c80215da2fd596b9b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -305,7 +305,7 @@ class StorageManager
                                        $data = $source->get($sourceRef);
                                }
 
-                               $this->logger->info('Save data to new backend.', ['newBackend' => $destination]);
+                               $this->logger->info('Save data to new backend.', ['newBackend' => $destination::getName()]);
                                $destinationRef = $destination->put($data);
                                $this->logger->info('Saved data.', ['newReference' => $destinationRef]);