Jeremy 2 years ago
parent
commit
ebc1f638b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Common/DeviceHeartRateManager.cs

+ 1 - 1
Common/DeviceHeartRateManager.cs

@@ -58,7 +58,7 @@ namespace WingDeviceService.Common
                         }
                         catch (Exception ex)
                         {
-                            Logger.WriteLineWarn($"check client err, {ex}");
+                            Logger.WriteLineWarn($"check client token {token} err, {ex}");
                         }
                     }
                 }