| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 98f4f84 commit b3168cf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | # Allow config/verbosity to be set from cli | |
| 23 | 23 | # http://stackoverflow.com/a/4792601/5208670 | |
| 24 | 24 | CONFIG = "Release" # Release or Debug | |
| 25 | - VERBOSITY = "detailed" # quiet, minimal, normal, detailed, diagnostic | ||
| 25 | + VERBOSITY = "normal" # quiet, minimal, normal, detailed, diagnostic | ||
| 26 | 26 | ||
| 27 | 27 | is_64bits = sys.maxsize > 2**32 | |
| 28 | 28 | DEVTOOLS = "MsDev" if sys.platform == "win32" else "Mono" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments