mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: increment
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
191f0be9a7
commit
423a462ce0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue