From 48f8b71ecc4f31b2f27928613586c7e5b8a02256 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 16 Nov 2022 14:47:01 +0530 Subject: [PATCH] Vdo log message : pd --- api/application/controllers/PD_Controller.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index b86538c9..75bf3918 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -9102,19 +9102,19 @@ class PD_Controller extends REST_Controller else{ $data['dataStatus'] = false; $data['status'] = REST_Controller::HTTP_NOT_FOUND; - $data['msg'] = 'Something Wrong. Try Later! 1'; + $data['msg'] = 'Something Wrong. Try Later! ID not Found'; $this->response($data, REST_Controller::HTTP_OK); } }else{ $data['dataStatus'] = false; $data['status'] = REST_Controller::HTTP_NOT_FOUND; - $data['msg'] = 'Something Wrong. Try Later! 2'; + $data['msg'] = 'Something Wrong. Try Later! S3 Url Not Found'; $this->response($data, REST_Controller::HTTP_OK); } } else { $data['dataStatus'] = false; $data['status'] = REST_Controller::HTTP_NOT_FOUND; - $data['msg'] = 'Something Wrong. Try Later! 3'; + $data['msg'] = 'Something Wrong. Try Later! Can`t Upload The file'; $this->response($data, REST_Controller::HTTP_OK); } } else {