Changeset 635


Ignore:
Timestamp:
11/29/05 01:07:08 (6 years ago)
Author:
wd
Message:

Fix warning message to actually tell you what broke.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/addons/acl.c

    r586 r635  
    515515            cls = find_class(class); 
    516516            if (cls == NULL || cls->dead) { 
    517                 log_warn("could not find class %s or it is marked dead", s); 
     517                log_warn("could not find class %s or it is marked dead", 
     518                        class); 
    518519                cls = LIST_FIRST(ircd.lists.classes); 
    519520            } 
Note: See TracChangeset for help on using the changeset viewer.