Skip to content

Commit e4b977b

Browse files
Nim-1.4+ fix
1 parent c4037a7 commit e4b977b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eth.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ proc runTest(path: string, release: bool = true, chronosStrict = true) =
2626
let chronosMode =
2727
if chronosStrict: "-d:chronosStrictException" else: ""
2828
exec "nim c -r " & releaseMode & " " & chronosMode &
29-
" -d:chronicles_log_level=error " & commonParams & path
29+
" -d:chronicles_log_level=ERROR " & commonParams & path
3030
rmFile path
3131

3232
proc buildBinary(path: string) =
3333
echo "\nBuilding: ", path
3434
exec "nim c -d:release -d:chronosStrictException " &
35-
"-d:chronicles_log_level=trace --threads:on " & commonParams &
35+
"-d:chronicles_log_level=TRACE --threads:on " & commonParams &
3636
"--warning[CaseTransition]:off --warning[ObservableStores]:off " &
3737
path
3838

0 commit comments

Comments
 (0)