Ignore:
Timestamp:
04/06/11 12:35:54 (13 years ago)
Author:
nit
Message:

add full debug to hotplug (see /tmp/hotplug.log)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/hotplug/module_block.c

    r5930 r6963  
    259259        hotplug_setenv_bool("X_E2_CDROM", is_cdrom);
    260260
    261         system("/sbin/hotplug.sh");
     261        //system("/sbin/hotplug.sh");
     262        system("/sbin/hotplug.sh >> /tmp/hotplug.log 2>&1");
    262263        hotplug_socket_send_env(block_vars);
    263264
     
    286287                dbg("could not kill bdpoll");
    287288
    288         system("/sbin/hotplug.sh");
     289        //system("/sbin/hotplug.sh");
     290        system("/sbin/hotplug.sh >> /tmp/hotplug.log 2>&1");
    289291        hotplug_socket_send_env(block_vars);
    290292
Note: See TracChangeset for help on using the changeset viewer.