Changeset 249 for branches


Ignore:
Timestamp:
05/25/05 10:22:55 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Fix error logging bug that dropped the alloctype code in admin.cgi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/admin.cgi

    r242 r249  
    220220      print "Allocation failed!  IPDB::allocateBlock said:\n$msg\n";
    221221      syslog "err", "($authuser) Allocation of '$webvar{cidr}' to '$webvar{custid}' as ".
    222         "'$webvar{type}' failed: '$msg'";
     222        "'$webvar{alloctype}' failed: '$msg'";
    223223    }
    224224  } # done city check
Note: See TracChangeset for help on using the changeset viewer.