mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Merge remote-tracking branch 'tor-github/pr/875'
This commit is contained in:
commit
965f0d8912
@ -117,7 +117,7 @@ tor_bug_occurred_(const char *fname, unsigned int line,
|
||||
}
|
||||
log_warn(LD_BUG, "%s:%u: %s: This line should not have been reached.%s",
|
||||
fname, line, func, once_str);
|
||||
tor_snprintf(buf, sizeof(buf),
|
||||
tor_asprintf(&buf,
|
||||
"Line unexpectedly reached at %s at %s:%u",
|
||||
func, fname, line);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user