Skip to content

Commit 2a361bc

Browse files
committed
README_BUILD.md: Fix Github not displaying array properly
Github was getting confused as it thought some rows had two cells and others had three. Signed-off-by: Paul Cercueil <paul@crapouillou.net>
1 parent 1032c82 commit 2a361bc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README_BUILD.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ this is invoked as "-DLOG_LEVEL=Debug".
8989

9090
Cmake Options | Default | Description |
9191
----------------- | ------- | ---------------------------------------------- |
92-
| | NoLog : Remove all warning/error messages |
93-
LOG_LEVEL | | Error : Print errors only |
94-
| | Warning : Print warnings and errors |
95-
| Info | Info : Print info, warnings and errors |
96-
| | Debug : Print debug/info/warnings/errors (very verbose) |
92+
| | | NoLog : Remove all warning/error messages |
93+
|`LOG_LEVEL` | | Error : Print errors only |
94+
| | | Warning : Print warnings and errors |
95+
| | Info | Info : Print info, warnings and errors |
96+
| | | Debug : Print debug/info/warnings/errors (very verbose) |
9797

9898
Options which effect iiod only. These are only available on Linux.
9999

0 commit comments

Comments
 (0)