Author: schwardt
Date: Wed Nov  7 15:21:54 2007
New Revision: 2900

Log:
added some debug output

Modified:
   trunk/beacon/src/server/hwmon/cdrom.py

Modified: trunk/beacon/src/server/hwmon/cdrom.py
==============================================================================
--- trunk/beacon/src/server/hwmon/cdrom.py      (original)
+++ trunk/beacon/src/server/hwmon/cdrom.py      Wed Nov  7 15:21:54 2007
@@ -246,7 +246,11 @@
 
 
 def start():
+    added = False
     for device, mountpoint, type, options in fstab():
         # fixme, add other stuff like supermount if people still use this
         if type == 'iso9660':
             _rom_drives.append(RomDrive(device, mountpoint, type, options))
+           added = True
+    if not added:
+       log.info('CDROM monitor: no iso9660 filesystem in fstab found')

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to