Skip to content

Commit 5a0b2a7

Browse files
committed
Add a warning expression in the debugging snippet
1 parent d8bda10 commit 5a0b2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ o2-analysis-... > stdout.log 2>&1
3434
Search for keywords related to problems in the log file using the `grep` command:
3535

3636
```bash
37-
grep -e "\\[ERROR\\]" -e "\\[FATAL\\]" -e "segmentation" -e "Segmentation" -e "SEGMENTATION" -e "command not found" -e "Program crashed" -e "Error:" -e "Error in " -e "\\[WARN\\]" stdout.log
37+
grep -e "\\[ERROR\\]" -e "\\[FATAL\\]" -e "segmentation" -e "Segmentation" -e "SEGMENTATION" -e "command not found" -e "Program crashed" -e "Error:" -e "Error in " -e "\\[WARN\\]" -e "Warning in " stdout.log
3838
```
3939

4040
Try to understand and resolve the first reported problem.

0 commit comments

Comments
 (0)