mirror of https://github.com/voidlizard/hbs2
minor
This commit is contained in:
parent
63f4e69bbb
commit
c736e3b4d4
|
@ -330,8 +330,8 @@ main = do
|
||||||
_ ->
|
_ ->
|
||||||
setLogging @DEBUG $ toStderr . logPrefix "[debug] "
|
setLogging @DEBUG $ toStderr . logPrefix "[debug] "
|
||||||
|
|
||||||
entry $ bindMatch "ncq:test:ncq:fuckup-recovery1" $ nil_ $ \_ -> lift do
|
entry $ bindMatch "test:ncq:fuckup-recovery1" $ nil_ $ \_ -> lift do
|
||||||
debug $ "ncq:test:ncq:fuckup-recovery1"
|
debug $ "test:ncq:fuckup-recovery1"
|
||||||
testNCQFuckupRecovery1 "./tmp-ncq"
|
testNCQFuckupRecovery1 "./tmp-ncq"
|
||||||
|
|
||||||
entry $ bindMatch "test:ncq:test1" $ nil_ $ \syn -> lift do
|
entry $ bindMatch "test:ncq:test1" $ nil_ $ \syn -> lift do
|
||||||
|
|
Loading…
Reference in New Issue