@@ -148,7 +148,7 @@ class ListeningFileCreateAction extends Action {
$data=null;
try{
$res = $redis->rPop($redis_key);
- }catch((Exception $e)
+ }catch(Exception $e)
{
DahuaUtil::rlog('redis取出数据异常'.$e->getMessage());
}