mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-21 22:52:22 +00:00
REsolve issues in binayUIDFunctions
This commit is contained in:
parent
61c3d80f30
commit
67060016c2
@ -120,8 +120,8 @@ public class binaryUIDFunctions {
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
System.out.println("Error reading binary UID data from log file");
|
||||
e.printStackTrace();
|
||||
System.out.println("Error reading binary UID data from log file" + logFileData);
|
||||
// e.printStackTrace();
|
||||
}
|
||||
|
||||
// try (BufferedReader br = new BufferedReader(new FileReader(logFileData))) {
|
||||
|
Loading…
Reference in New Issue
Block a user