mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 10:25:52 +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->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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user