This commit is contained in:
olebeck 2022-10-15 00:43:32 +02:00
parent 6989421a10
commit bb7e53e870
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ func create_replay_connection(ctx context.Context, log *logrus.Logger, filename
return nil
}
if n != int(packet_length) {
log.Errorf("Truncated %d", i)
log.Errorf("Truncated")
return nil
}