Changeset 967

Show
Ignore:
Timestamp:
01/31/2006 01:10:23 PM (3 years ago)
Author:
jan
Message:

added error-msg if FAMopen fails (fixes #484) (patch by avar)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-merge-1.4.x/src/server.c

    r908 r967  
    855855        if (srv->srvconf.stat_cache_engine == STAT_CACHE_ENGINE_FAM) { 
    856856                if (0 != FAMOpen2(srv->stat_cache->fam, "lighttpd")) { 
     857                        log_error_write(srv, __FILE__, __LINE__, "s",  
     858                                         "could not open a fam connection, dieing."); 
    857859                        return -1; 
    858860                }