0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-11-05 14:13:22 +01:00

Loglite: fix non-existing directive in example.

This commit is contained in:
Wouter R 2016-03-04 20:29:37 +01:00
parent 7a346d6cf1
commit f0c839ffdc

View File

@ -22,7 +22,7 @@ The script looks for filter sets in the file '$HOME/loglite-filters.lua'. It loo
['patterns'] = {
['%(error%)'] = 'red',
['%(warning%)'] = 'yellow',
['%(bulk%)'] = 'gray'
['%(bulk%)'] = 'bold,black'
}
}