Lines Matching refs:LOGERR
55 #define LOGERR LOG_ERR macro
61 #define LOGERR stderr
276 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno);
286 SYSLOG(LOGERR, "Unknown config file name!" EOL); in read_config_file()
291 SYSLOG(LOGERR, "Could not open config file '%s'. %s (%d)" EOL, in read_config_file()
298 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL, in read_config_file()
399 SYSLOG(LOGERR, "Ignoring duplicated entry for bdaddr %s" EOL, in check_hid_device()
405 SYSLOG(LOGERR, "Ignoring entry with invalid control PSM" EOL); in check_hid_device()
410 SYSLOG(LOGERR, "Ignoring entry with invalid interrupt PSM" EOL); in check_hid_device()
415 SYSLOG(LOGERR, "Ignoring entry without HID descriptor" EOL); in check_hid_device()
498 SYSLOG(LOGERR, "Unknown HIDs file name!" EOL); in read_hids_file()
506 SYSLOG(LOGERR, "Could not open HIDs file '%s'. %s (%d)" EOL, in read_hids_file()
539 SYSLOG(LOGERR, "Unknown HIDs file name!" EOL); in write_hids_file()
546 SYSLOG(LOGERR, "Could not open HIDs file '%s'. %s (%d)" EOL, in write_hids_file()
558 SYSLOG(LOGERR, "Could not rename new HIDs file '%s' to '%s'. " \ in write_hids_file()