log: replace all NGLOG with LOG
This commit is contained in:
parent
fde415968e
commit
7c5a76e58b
152 changed files with 1541 additions and 1541 deletions
|
@ -139,7 +139,7 @@ void ConfigureCamera::updateImageSourceUI() {
|
|||
}
|
||||
break;
|
||||
default:
|
||||
NGLOG_ERROR(Service_CAM, "Unknown image source {}", image_source);
|
||||
LOG_ERROR(Service_CAM, "Unknown image source {}", image_source);
|
||||
}
|
||||
ui->system_camera_label->setHidden(image_source != 2);
|
||||
ui->system_camera->setHidden(image_source != 2);
|
||||
|
@ -302,7 +302,7 @@ ConfigureCamera::CameraPosition ConfigureCamera::getCameraSelection() {
|
|||
: CameraPosition::RearRight;
|
||||
}
|
||||
default:
|
||||
NGLOG_ERROR(Frontend, "Unknown camera selection");
|
||||
LOG_ERROR(Frontend, "Unknown camera selection");
|
||||
return CameraPosition::Front;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue