CC-3250: UI design for mount monitor for media monitor

( Manage Media Folder and Playlist Builder screen)

- adding tooltip and fixed a minor bug
This commit is contained in:
James 2012-04-11 17:24:26 -04:00
parent 1f5f5057bf
commit 0ec58f0bc3
5 changed files with 27 additions and 7 deletions

View file

@ -442,7 +442,10 @@ class AirTimeApiClient(ApiClientInterface):
except Exception, e:
response = None
logger.error("Exception with file %s: %s", md, e)
import traceback
top = traceback.format_exc()
logger.error('Exception: %s', e)
logger.error("traceback: %s", top)
return response