K 10 svn:author V 7 asomers K 8 svn:date V 27 2013-10-14T23:21:02.364305Z K 7 svn:log V 812 Fix registration of a default event builder for the Consumer class. lib/libdevctl/consumer.cc: In Consumer::ConnectToDevd(), improve syslog output. lib/libdevctl/event.cc: lib/libdevctl/event.h: Implement pure virtual method in the Event class so that it can be instantiated. Provide a generic EventBuilder method that builds generic Events. This is expected to be used by consumers of this library that just need key=>value data for all events received. lib/libdevctl/event_factory.cc: In EventFactory::Build, fix segmentation violation when a default event builder is registered and no more specific event builder is found in the factory's registry. Submitted by: gibbs Approved by: ken (mentor) Sponsored by: Spectra Logic Corporation END