Home
last modified time | relevance | path

Searched refs:ACLOG_DEBUG (Results 1 – 3 of 3) sorted by relevance

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dserverfiles.h845 logline(ACLOG_DEBUG,"read file \"%s\"", fname); in readinfofile()
H A Dserver.cpp1013 …logline(ACLOG_DEBUG,"aborting flagaction(flag %d, action %d, actor %d), reason %d, resending flag … in flagaction()
2169 …logline(ACLOG_DEBUG,"[%s] client %s voted %s", clients[sender]->hostname, clients[sender]->name, v… in svote()
3806 logline(ACLOG_DEBUG, "%s] +%d", msg, ncs); in linequalitystats()
4186 int conthres = scl.verbose > 1 ? ACLOG_DEBUG : (scl.verbose ? ACLOG_VERBOSE : ACLOG_INFO); in initserver()
H A Dprotos.h912 enum { ACLOG_DEBUG = 0, ACLOG_VERBOSE, ACLOG_INFO, ACLOG_WARNING, ACLOG_ERROR, ACLOG_NUM }; enumerator