mirror of
https://github.com/google/pebble.git
synced 2025-11-17 04:50:56 -05:00
spelling: increment
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -184,7 +184,7 @@ void analytics_stopwatch_stop(AnalyticsMetric metric) {
|
|||||||
|
|
||||||
AnalyticsStopwatchNode *stopwatch = prv_find_stopwatch(metric);
|
AnalyticsStopwatchNode *stopwatch = prv_find_stopwatch(metric);
|
||||||
if (!stopwatch) {
|
if (!stopwatch) {
|
||||||
// TODO: Incerement this back up to LOG_LEVEL_WARNING when it doesn't happen
|
// TODO: Increment this back up to LOG_LEVEL_WARNING when it doesn't happen
|
||||||
// on every bootup (PBL-5393)
|
// on every bootup (PBL-5393)
|
||||||
PBL_LOG(LOG_LEVEL_DEBUG, "Analytics stopwatch for metric %d already stopped!", metric);
|
PBL_LOG(LOG_LEVEL_DEBUG, "Analytics stopwatch for metric %d already stopped!", metric);
|
||||||
goto unlock;
|
goto unlock;
|
||||||
|
|||||||
Reference in New Issue
Block a user