change from call()/check_call to Popen() in log_exec. This will raise and log an...
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 27 Mar 2009 19:50:29 +0000 (19:50 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 27 Mar 2009 19:50:29 +0000 (19:50 +0000)
commite889161ded9e959582ece2e56b01d43f6a8d6db8
treeb7b34be3c15296688df47b575337a9e28977d652
parent547f70775a76650b1a5d753fc9b07e21add28ebd
change from call()/check_call to Popen() in log_exec.  This will raise and log an exception when spawned processes barf.  nm.daemon should now be empty :-D
logger.py