dlsantos / dnp3

Automatically exported from code.google.com/p/dnp3
0 stars 0 forks source link

IOServiceThread exceptions not logged #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IOServiceThread::Run() does not log any exceptions thrown by io_service::run; 
instead, it prints them to standard output, which for some (daemon) 
applications means that the error is silently discarded.  It seems like such 
errors should be logged.

Original issue reported on code.google.com by emeze...@gmail.com on 29 Nov 2010 at 10:03

GoogleCodeExporter commented 9 years ago
Fixed on master:

commit 77b2450c8d001e12b1a56d7b0c408028d0d93d94
Author: jadamcrain <jadamcrain@gmail.com>
Date:   Mon Jun 13 16:19:53 2011 -0400

Original comment by jadamcrain on 13 Jun 2011 at 8:21