Reduce logging in Tizen 4.0 98/132498/1
authorchen89.chen <chen89.chen@samsung.com>
Tue, 6 Jun 2017 08:12:14 +0000 (16:12 +0800)
committerchen89.chen <chen89.chen@samsung.com>
Tue, 6 Jun 2017 08:12:48 +0000 (16:12 +0800)
Change-Id: I5a1b0d6eb43b567bb1613e3000c6bc127b763461

src/scanner-v2/media-scanner-scan-v2.c

index 99286e9..7b1e5e1 100755 (executable)
@@ -1550,6 +1550,7 @@ int __msc_check_pvr_svc()
 {
 #ifdef _USE_RECORDED_CONTENT
        if (ms_is_support_pvr()) {
+               MS_DBG_ERR("Waiting PVR service");
                while (1) {
                        FILE* file = fopen("/run/pvr_ready", "rb");
 
@@ -1558,7 +1559,6 @@ int __msc_check_pvr_svc()
                                MS_DBG_WARN("PVR service is ready");
                                break;
                        } else {
-                               MS_DBG_ERR("Waiting PVR service");
                                sleep(1);
                        }
                }