mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 23:11:38 +00:00
Do not promote debug messages to warnings.
I think I copied the notice code for debug and forgot to edit the promotion. Oops.
This commit is contained in:
parent
1ea74c6269
commit
d54ee6c8c3
1 changed files with 1 additions and 3 deletions
|
@ -103,9 +103,7 @@ debug (expr_t *e, const char *fmt, ...)
|
|||
return;
|
||||
|
||||
va_start (args, fmt);
|
||||
if (options.notices.promote) {
|
||||
_warning (e, fmt, args);
|
||||
} else {
|
||||
{
|
||||
string_t file = pr.source_file;
|
||||
int line = pr.source_line;
|
||||
|
||||
|
|
Loading…
Reference in a new issue