Changeset 196 for trunk


Ignore:
Timestamp:
10/29/10 14:45:19 (13 years ago)
Author:
bas
Message:

added some debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pxeconfigd.py

    r189 r196  
    8080
    8181        file = os.path.join(PXE_CONF_DIR, haddr)
     82        if DEBUG:
     83                print file
    8284
    8385        if not os.path.exists(file):
     
    102104                                        mac_addr = t[2]
    103105                                        haddr = '01-%s' %(mac_addr.replace(':', '-').lower())
     106
    104107                                        file = os.path.join(PXE_CONF_DIR, haddr)
     108                                        if DEBUG:
     109                                                print file
     110
    105111                                        if not os.path.exists(file):
    106112                                                return
Note: See TracChangeset for help on using the changeset viewer.