Files
bitcoin/src/kernel
MarcoFalke fad0335517 scripted-diff: Replace error() with LogError()
This fixes the log output when -logsourcelocations is used.

Also, instead of 'ERROR:', the log will now say '[error]', like other
errors logged with LogError.

-BEGIN VERIFY SCRIPT-
 sed -i --regexp-extended 's!  error\("([^"]+)"!  LogError("\1\\n"!g' $( git grep -l '  error(' ./src/ )
-END VERIFY SCRIPT-
2024-03-11 13:49:37 +01:00
..
2023-09-30 06:38:47 -04:00
2023-09-30 06:38:47 -04:00
2023-02-22 15:46:21 +00:00
2023-01-05 09:05:14 +00:00
2023-08-07 11:33:34 +02:00