Changeset 189


Ignore:
Timestamp:
10/28/10 16:26:31 (13 years ago)
Author:
bas
Message:

small bug in pxeconfigd

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r186 r189  
     1pxeconfig (4.0.1-1) stable; urgency=low
     2
     3  * Fixed a small bug in pxeconfigd
     4
     5 -- bas van der Vlies <bas@sara.nl>  Thu, 28 Oct 2010 16:25:37 +0200
     6
    17pxeconfig (4.0.0-1) stable; urgency=low
    28
  • trunk/src/pxeconfigd.py

    r186 r189  
    141141       
    142142        if DEBUG:
    143                 print 'ip = %s, hex = %s' %(client_ip, client_haddr)
     143                print 'ip = %s' %(client_ip)
    144144
    145145        try:
Note: See TracChangeset for help on using the changeset viewer.