@@ -461,8 +461,7 @@ namespace apsi {
461
461
if (received_label_byte_count < nonce_byte_count) {
462
462
APSI_LOG_WARNING (
463
463
" Expected " << nonce_byte_count
464
- << " bytes of nonce data in this result part but "
465
- " only "
464
+ << " bytes of nonce data in this result part but only "
466
465
<< received_label_byte_count
467
466
<< " bytes were received; ignoring the label data" );
468
467
@@ -519,10 +518,9 @@ namespace apsi {
519
518
// If a positive MatchRecord is already present, then something is seriously wrong
520
519
if (mrs[item_idx]) {
521
520
APSI_LOG_ERROR (" The table index -> item index translation table indicated a "
522
- " location that was "
523
- " already filled by another match from this result package; the "
524
- " translation table (query) "
525
- " has probably been corrupted" );
521
+ " location that was already filled by another match from this "
522
+ " result package; the translation table (query) has probably "
523
+ " been corrupted" );
526
524
527
525
throw runtime_error (
528
526
" found a duplicate positive match; something is seriously wrong" );
@@ -669,11 +667,8 @@ namespace apsi {
669
667
// wrong
670
668
APSI_LOG_ERROR (
671
669
" Result worker [" << this_thread::get_id ()
672
- << " ]: "
673
- " found a match for items["
674
- << get<2 >(I)
675
- << " ] "
676
- " but an existing match for this location was "
670
+ << " ]: found a match for items[" << get<2 >(I)
671
+ << " ] but an existing match for this location was "
677
672
" already found before from a different result "
678
673
" part" );
679
674
0 commit comments