Skip to content

Commit

Permalink
Fix asyn trace mask to show errors, not just flow
Browse files Browse the repository at this point in the history
  • Loading branch information
exzombie committed Jan 24, 2022
1 parent 65360a0 commit f30d8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iocBoot/iocautoparamTest/st.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dbLoadDatabase "dbd/autoparamTest.dbd"
autoparamTest_registerRecordDeviceDriver pdbbase

drvAutoparamTestConfigure("TST1")
asynSetTraceInfoMask("TST1", 0, ASYN_TRACEINFO_SOURCE)
asynSetTraceMask("TST1", 0, ASYN_TRACE_FLOW)
asynSetTraceInfoMask("TST1", 0, SOURCE)
asynSetTraceMask("TST1", 0, ERROR+WARNING+FLOW)

## Load record instances
dbLoadRecords("db/test.db","PREFIX=test,PORT=TST1")
Expand Down

0 comments on commit f30d8ff

Please sign in to comment.