minor changes
This commit is contained in:
@@ -269,7 +269,7 @@ class CardPackageController extends \backend\controllers\BackendController
|
||||
} catch (\Exception $e) {
|
||||
$tx->rollBack();
|
||||
$model->failed = $model->failed + 1;
|
||||
\Yii::error("Failed to import card rfid: " . print_r($row, true));
|
||||
\Yii::error("Failed to import card rfid: " . print_r($row, true) . " ->" . $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user