Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp =================================================================== diff -u -raeb915075b9e13e5c1aaf2800ba6db03b6c24a0b -r59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision aeb915075b9e13e5c1aaf2800ba6db03b6c24a0b) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e) @@ -48,7 +48,7 @@ { if ( ! _enabled ) { // if the vitals is disabled it means Gui is probably in an incorrect state and is unable to handle the vital information. - LOG_EVENT("UI," + tr("Measured vital values ignored due to incorrect state")); + LOG_EVENT_UI(tr("Measured vital values ignored due to incorrect state")); return; } @@ -74,7 +74,7 @@ update(vSystolic, vDiastolic, vHeartRate); treatmentLog(); - LOG_EVENT("UI," + tr("User Vital Confirmation,%1,%2,%3") + LOG_EVENT_UI(tr("User Vital Confirmation,%1,%2,%3") .arg(_systolic ) .arg(_diastolic) .arg(_heartRate) @@ -88,7 +88,7 @@ */ void View::VTreatmentVitals::doSkip() { - LOG_EVENT("UI," + tr("User Skipped Vital Entry")); + LOG_EVENT_UI(tr("User Skipped Vital Entry")); } /*! @@ -97,7 +97,7 @@ */ void View::VTreatmentVitals::doTimeout() { - LOG_EVENT("UI," + tr("User Vital Entry Timed out")); + LOG_EVENT_UI(tr("User Vital Entry Timed out")); } /*!