more logging

This commit is contained in:
Mario Vavti
2023-04-12 18:27:04 +02:00
parent bdf1b23198
commit 63d46dbdfb

View File

@@ -15,7 +15,7 @@ class Onedirsync {
$update_id = intval($argv[1]);
if (!$update_id) {
logger('onedirsync: no update');
logger('onedirsync: no update id');
return;
}
@@ -24,6 +24,7 @@ class Onedirsync {
);
if (!$r) {
logger('onedirsync: update id not found');
return;
}