Răsfoiți Sursa

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

Luca Natali 11 ani în urmă
părinte
comite
50120cae2d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 = []