--- ivman-0.6.14/src/manager.c_orig2 2010-02-03 16:40:01.000000000 +0100 +++ ivman-0.6.14/src/manager.c 2010-02-03 16:41:25.000000000 +0100 @@ -964,10 +964,6 @@ char *file = ivm_get_config_file("IvmConfigActions.xml"); IvmConfigActions *cfg = parseIvmConfigActions(file, (char *) udi); - - if ( cfg->execdvd ) { - DEBUG( _("WARNING: execdvd rule found. execdvd is deprecated. Use HAL property volume.disc.is_videodvd instead.") ); - } if (!cfg) { @@ -976,6 +972,10 @@ return; } + if ( cfg->execdvd ) { + DEBUG( _("WARNING: execdvd rule found. execdvd is deprecated. Use HAL property volume.disc.is_videodvd instead.") ); + } + char *device = NULL; if (libhal_device_property_exists