marsadm: fix typo

This commit is contained in:
Thomas Schoebel-Theuer 2022-04-02 22:58:45 +02:00
parent c52ad3ceb7
commit 2ab23730dc

View File

@ -927,7 +927,7 @@ sub _scan_caches {
scalar(keys(%member_peers)) . " participating and " .
scalar(keys(%guest_peers)) . " guest " .
"peers\n";
lprint "====== found" .
lprint "====== found " .
scalar(keys(%total_resources)) . " total and " .
scalar(keys(%member_resources)) . " participating and " .
scalar(keys(%guest_resources)) . " guest " .