server: Log additional information for discovery

discovery_error is called from both exception and normal
execution contexts.

In exception context print_exception prints the exception
class and message.  Print the exception class and message
when invoked in normal context.

Resolves: openbmc/openbmc#2718

Change-Id: Ia6ab9c9d663161028f47e17af2f73bfe801af399
Signed-off-by: Brad Bishop <bradleyb@@fuzziesquirrel.com>
1 file changed
tree: 84c4394447446481462c9222054756ab2c267491
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. phosphor-mapper
  10. README.md
  11. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.