New log class for TerraSync
This commit is contained in:
parent
95b932e9b3
commit
e37e0d1bcf
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ LogClassMapping log_class_mappings [] = {
|
||||||
LogClassMapping(SG_SOUND, "sound"),
|
LogClassMapping(SG_SOUND, "sound"),
|
||||||
LogClassMapping(SG_NAVAID, "navaid"),
|
LogClassMapping(SG_NAVAID, "navaid"),
|
||||||
LogClassMapping(SG_GUI, "gui"),
|
LogClassMapping(SG_GUI, "gui"),
|
||||||
|
LogClassMapping(SG_TERRASYNC, "terrasync"),
|
||||||
LogClassMapping(SG_UNDEFD, "")
|
LogClassMapping(SG_UNDEFD, "")
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue