This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
set default color intensity to high
pull/1067/head
Tristan Sloughter
9 years ago
parent
73b857f6fd
commit
c11ba3c417
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_log.erl
+ 1
- 1
src/rebar_log.erl
View File
@ -38,7 +38,7 @@
-
define
(
WARN_LEVEL
,
1
)
.
-
define
(
INFO_LEVEL
,
2
)
.
-
define
(
DEBUG_LEVEL
,
3
)
.
-
define
(
DFLT_INTENSITY
,
low
)
.
-
define
(
DFLT_INTENSITY
,
high
)
.
%
%
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
=
%
%
Public
API
Write
Preview
Loading…
Cancel
Save