瀏覽代碼

HUE-2518 [pig] Fix typo in logging error: Change "demo" to "job"

Luca Natali 11 年之前
父節點
當前提交
50120cae2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/pig/src/pig/api.py

+ 1 - 1
apps/pig/src/pig/api.py

@@ -162,7 +162,7 @@ class OozieApi:
             is_really_done = OozieApi.RE_LOG_END.search(data['logs'][1]) is not None
 
       except Exception, e:
-        LOG.error('An error happen while watching the demo running: %(error)s' % {'error': e})
+        LOG.error('An error happen while watching the job running: %(error)s' % {'error': e})
         is_really_done = True
 
     workflow_actions = []