Skip to content

Commit

Permalink
Added logging of system endianness to the CLI solver verbose log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jusas committed Apr 18, 2022
1 parent 7a57646 commit 7691520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WatneyAstrometry.SolverApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ private static void RunSolve(ISearchStrategy strategy, GenericOptions options, I
solver.OnSolveProgress += BenchmarkProgressHandler;

var solverOptions = ParseSolverOptions(options);
_verboseLogger.WriteInfo($"System is little endian: {BitConverter.IsLittleEndian}");

var solveTask = Task.Run(async () =>
{
Expand Down

0 comments on commit 7691520

Please sign in to comment.