]> git.koha-community.org Git - koha.git/commit
Bug 36935: Remove warning if file parsing is successful
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Thu, 23 May 2024 08:32:22 +0000 (08:32 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 2 Jul 2024 08:20:34 +0000 (10:20 +0200)
commit7c0ed91c80b58dcb9d7bc9cedaf4b67ca10928b3
tree2dc6166000fb240bf093510fd968f5165964fce0
parent67f18ea834ca1fd99fe936013df6dccfa01f84de
Bug 36935: Remove warning if file parsing is successful

This patch removes the logged warning if a file parse is successful.

Test plan:
1) prove t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t
2) The output will have a logged message - 'EOF - End of data in parsing input stream'
3) Apply patch
4) Repeat step 1
5) The warning will be gone

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/BackgroundJob/ImportKBARTFile.pm