From 025b5d1dcbb30e727afee3307d49328432bae603 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Fri, 9 Apr 2021 08:09:20 -0400 Subject: Modified how logging works so that multiple processes can write in theory. --- common/protocol.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/protocol.f90') diff --git a/common/protocol.f90 b/common/protocol.f90 index 37e3205..992283c 100644 --- a/common/protocol.f90 +++ b/common/protocol.f90 @@ -228,7 +228,7 @@ contains character, dimension(BUFFER_SIZE)::buffer logical, dimension(4)::successes - integer::i, ierr, bytes_read, bytes_written, total_written + integer::i, bytes_read, bytes_written, total_written ! For direct processing of the reponse line integer::response_line_index, bytes_received -- cgit v1.2.3