Lines Matching refs:ELOG

457             ELOG("CONFIG: %s\n", errormessage);  in parse_config()
458 ELOG("CONFIG: (in file %s)\n", context->filename); in parse_config()
468 ELOG("CONFIG: Line %3d: %s\n", linecnt - 2, context_p2_line); in parse_config()
471 ELOG("CONFIG: Line %3d: %s\n", linecnt - 1, context_p1_line); in parse_config()
474 ELOG("CONFIG: Line %3d: %s\n", linecnt, error_copy); in parse_config()
475 ELOG("CONFIG: %s\n", position); in parse_config()
483 ELOG("CONFIG: Line %3d: %s\n", linecnt + i + 1, error_copy); in parse_config()
825 ELOG("Failed to open the resource database.\n"); in get_resource()
874 ELOG("chdir(%s) failed: %s\n", dir, strerror(errno)); in parse_file()
911 ELOG("Your line continuation is too long, it exceeds %zd bytes\n", sizeof(buffer)); in parse_file()
941 ELOG("Failed to parse variable specification '%s', skipping it.\n", value); in parse_file()
947 ELOG("Malformed variable assignment, name has to start with $\n"); in parse_file()
968 ELOG("Failed to parse resource specification '%s', skipping it.\n", value); in parse_file()
974 ELOG("Malformed variable assignment, name has to start with $\n"); in parse_file()
1064 ELOG("\n"); in parse_file()
1065 ELOG("****************************************************************\n"); in parse_file()
1066 ELOG("NOTE: Automatically converted configuration file from v3 to v4.\n"); in parse_file()
1067 ELOG("\n"); in parse_file()
1068 ELOG("Please convert your config file to v4. You can use this command:\n"); in parse_file()
1069 ELOG(" mv %s %s.O\n", f, f); in parse_file()
1070 ELOG(" i3-migrate-config-to-v4 %s.O > %s\n", f, f); in parse_file()
1071 ELOG("****************************************************************\n"); in parse_file()
1072 ELOG("\n"); in parse_file()
1097 ELOG("FYI: You are using i3 version %s\n", i3_version); in parse_file()
1099ELOG("Please convert your configfile first, then fix any remaining errors (see above).\n"); in parse_file()
1112 ELOG("chdir(%s) failed: %s\n", old_dir, strerror(errno)); in parse_file()