瀏覽代碼

fix: log error

Signed-off-by: huhui <huhui@sharkgulf.com>
huhui 4 年之前
父節點
當前提交
024ca50409
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Application/app/nv_storage.c

+ 1 - 1
Application/app/nv_storage.c

@@ -89,7 +89,7 @@ void nv_save_soc(void){
 }
 }
 
 
 void nv_storage_log(void) {
 void nv_storage_log(void) {
-	state_debug("soc nv write: %d\n", _soc_write_success, _soc_write_error);
+	state_debug("soc nv write: %d, %d\n", _soc_write_success, _soc_write_error);
 }
 }
 
 
 static void nv_save_soc_task(shark_timer_t *timer){
 static void nv_save_soc_task(shark_timer_t *timer){