Home
last modified time | relevance | path

Searched refs:DLOG_ERR (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/harvid/harvid-0.8.2/src/
H A Ddaemon_log.c103 dlog(DLOG_ERR, "Unable to open log file: '%s'\n", log_file); in dlog_open()
119 case DLOG_ERR: in dlog_level_name()
H A Dharvid.c202 else if (debug_level == DLOG_ERR) in decode_switches()
205 debug_level=DLOG_ERR; in decode_switches()
777 dlog(DLOG_ERR, "VID: error decoding video file for fd:%d err:%d\n", fd, err); in hdl_decode_frame()
828 dlog(DLOG_ERR, "VID: error formatting image for fd:%d\n", fd); in hdl_decode_frame()
H A Dsocket_server.c272 dlog(DLOG_ERR, "SRV: Protocol handler child fork failed\n"); in start_child()
H A Dhttprotocol.c170 dlog(DLOG_ERR, "HTTP: write timeout fd:%i\n", fd); in http_tx()
/dports/multimedia/harvid/harvid-0.8.2/libharvid/
H A Ddlog.h57 #define DLOG_ERR LOG_ERR ///< error conditions -- recoverable errors macro
H A Ddecoder_ctrl.c102 dlog(DLOG_ERR, "DCTL: trying to open file w/o filename.\n"); in my_open_movie()
121 dlog(DLOG_ERR, "DCTL: Cannot open file: '%s'\n", fn); in my_open_movie()
317 dlog(DLOG_ERR, "DCTL: request to free an active decoder.\n"); in clearjvo()
655 dlog(DLOG_ERR, "DCTL: no decoder object available.\n"); in dctrl_get_decoder()
686 dlog(DLOG_ERR, "DCTL: opening of movie file failed.\n"); in dctrl_get_decoder()