bitcoin/src/index
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
..
base.cpp scripted-diff: Replace error() with LogError() 2024-03-11 13:49:37 +01:00
base.h validation: indexing changes for assumeutxo 2023-09-30 06:38:47 -04:00
blockfilterindex.cpp scripted-diff: Replace error() with LogError() 2024-03-11 13:49:37 +01:00
blockfilterindex.h Remove unused includes from blockfilter.h 2023-08-17 18:28:15 +02:00
coinstatsindex.cpp scripted-diff: Replace error() with LogError() 2024-03-11 13:49:37 +01:00
coinstatsindex.h index: add [nodiscard] attribute to functions writing to the db 2023-09-08 10:04:14 -03:00
disktxpos.h Replace READWRITEAS macro with AsBase wrapping function 2023-08-28 17:48:15 +02:00
txindex.cpp scripted-diff: Replace error() with LogError() 2024-03-11 13:49:37 +01:00
txindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00