mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
log: Prefix log messages with function name if -logsourcelocations is set
This commit is contained in:
parent
29d2aeb4a2
commit
b4511e2e2e
8 changed files with 40 additions and 4 deletions
|
|
@ -67,6 +67,7 @@ FUZZ_TARGET(string)
|
|||
}
|
||||
OutputType output_type;
|
||||
(void)ParseOutputType(random_string_1, output_type);
|
||||
(void)RemovePrefix(random_string_1, random_string_2);
|
||||
(void)ResolveErrMsg(random_string_1, random_string_2);
|
||||
try {
|
||||
(void)RPCConvertNamedValues(random_string_1, random_string_vector);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue