]> git.llucax.com Git - software/pymin.git/commit
Add a simple error reporting to the protocol.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 20:55:15 +0000 (17:55 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 20:55:15 +0000 (17:55 -0300)
commit1938003d48515fe47efd3c7ba44dc6423371e71c
tree2a56efde637ccc668031c7e1158281fb2c9393f0
parentfbb90886873a6430d44ba2c9e1cfc8ab9d7f14c4
Add a simple error reporting to the protocol.

A new response type is added "ERROR", which indicates a failure in the
command execution. In the future different types of error could be defined.
pymindaemon.py