logging: allow OLPC mesh logging to be used

This commit is contained in:
Dan Williams
2010-04-07 13:33:49 -07:00
parent 5eeef57581
commit f354bd3d9f
2 changed files with 2 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ static const LogDesc domain_descs[] = {
{ LOGD_SUSPEND, "SUSPEND" },
{ LOGD_CORE, "CORE" },
{ LOGD_DEVICE, "DEVICE" },
{ LOGD_OLPC_MESH, "OLPC" },
{ 0, NULL }
};