This commit is contained in:
paoloar77
2024-08-23 00:22:56 +02:00
parent cb10e07142
commit 42c0a51b7f

View File

@@ -1899,7 +1899,7 @@ function setProductFromGM($article, $initlog, ProductLogger &$passproductLogger)
} }
} }
} catch (\Exception $e) { } catch (\Exception $e) {
$productLogger->addLog('server_issues', $article->IdArticolo . ' - ' . $article->Titolo . "\n"); $productLogger->addLog('server_issues', $article->IdArticolo . ' - ' . $article->Titolo . "\n" . $e->getMessage() . "\n");
$productLogger->setAggiornato(true); $productLogger->setAggiornato(true);
} }
} }