From 591aacee97f4a6486631c38a6b418e20b2c4109c Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 10 九月 2020 14:56:47 +0800
Subject: [PATCH] update

---
 device/hcnetdisk.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/device/hcnetdisk.c b/device/hcnetdisk.c
index dfc0e4c..b6061a1 100644
--- a/device/hcnetdisk.c
+++ b/device/hcnetdisk.c
@@ -247,7 +247,7 @@
     printf("Be downloading...%d %%\n", nPos);
     sleep(1);
   }
-  printf("have got %d\n", nPos);
+  // printf("have got %d\n", nPos);
 //鍋滄涓嬭浇
   if (!NET_DVR_StopGetFile(hPlayback))
   {
@@ -255,7 +255,7 @@
     bRes = -1;
     return bRes;
   }
-  printf("%s\n", srcfile);
+  // printf("%s\n", srcfile);
   if (nPos < 0 || nPos > 100)
   {
     printf("download err [%d]\n", NET_DVR_GetLastError());

--
Gitblit v1.8.0