Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Mar 5, 2024
1 parent 4753fd3 commit 275c531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dmtestlogger.f90
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ logical function test01() result(stat)
log1%error = TEST_ERROR

print *, 'Initialising logger ...'
call dm_logger_init(debug=.true., ipc=.true., no_color=.true.)
call dm_logger_init(name=LOGGER_NAME, debug=.true., ipc=.true., no_color=.true.)

print *, 'Opening log message queue ...'
if (dm_mqueue_open(mqueue, TYPE_LOG, LOGGER_NAME, MQUEUE_RDONLY) /= E_NONE) return
Expand Down

0 comments on commit 275c531

Please sign in to comment.