浏览代码

Minor - improve log

Julio Montoya 6 年之前
父节点
当前提交
2531f27773
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/cron/import_csv.php

+ 1 - 1
main/cron/import_csv.php

@@ -1429,7 +1429,7 @@ class ImportCsv
                             );
                         } else {
                             $this->logger->addError(
-                                "Error when trying to add announcement with title ".$subject." here: $info"
+                                "Error when trying to add announcement with title $subject here: $info and SenderId = $senderId"
                             );
                         }
                     } else {