Changeset 633

Show
Ignore:
Timestamp:
19/07/08 23:20:39 (5 months ago)
Author:
smoku
Message:

Added missing %s argument in printf call. Refs #237

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sm/storage.c

    r545 r633  
    104104        /* see if we already have one */ 
    105105        if(xhash_get(st->types, type) != NULL) { 
    106             log_debug(ZONE, "we already have a handler for type '%s', ignoring this one"); 
     106            log_debug(ZONE, "we already have a handler for type '%s', ignoring this one", type); 
    107107            return st_FAILED; 
    108108        }