mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
fix debug message
This commit is contained in:
parent
7635a5b517
commit
46ce339d60
1 changed files with 1 additions and 2 deletions
|
|
@ -361,8 +361,7 @@ if (API_EXPORT_PUSH_ENABLED)
|
|||
if (200 != $code = $curl->getCode())
|
||||
{
|
||||
$debug['dump'][$node->manifest]['warning'][] = sprintf(
|
||||
_('Manifest URL "%s" unreachable with code: "%s"'),
|
||||
$node->manifest,
|
||||
_('Manifest unreachable with code: "%s"'),
|
||||
$code
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue