mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
update output message on snap index deletion
This commit is contained in:
parent
3546e07d6a
commit
1e6451f863
@ -201,7 +201,7 @@ switch ($argv[1]) {
|
|||||||
$db->deleteHostPageSnapStorages($hostPageSnap->hostPageSnapId);
|
$db->deleteHostPageSnapStorages($hostPageSnap->hostPageSnapId);
|
||||||
$db->deleteHostPageSnap($hostPageSnap->hostPageSnapId);
|
$db->deleteHostPageSnap($hostPageSnap->hostPageSnapId);
|
||||||
|
|
||||||
CLI::warning(sprintf(_('delete snap index: #%s file not found in the any of storage;'), $hostPageSnap->hostPageSnapId));
|
CLI::warning(sprintf(_('delete snap index: #%s timestamp: %s as not found in file storages;'), $hostPageSnap->hostPageSnapId, $hostPageSnap->timeAdded));
|
||||||
|
|
||||||
$db->commit();
|
$db->commit();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user