On Sun, 2008-10-12 at 21:00 +0200, Dirk Meyer wrote: > --- trunk/beacon/src/server/devices.py (original) > +++ trunk/beacon/src/server/devices.py Sun Oct 12 15:00:14 2008 > @@ -47,14 +47,15 @@ > # import the different hardware monitor modules > try: > import hal > -except ImportError: > - log.error('hal support disabled') > +except ImportError, e: > + log.error(e)
log.exception(e) ? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel