Removed secure dlog for sql query 58/179858/1 accepted/tizen/unified/20180523.144409 submit/tizen/20180523.054826
authorhyunuktak <hyunuk.tak@samsung.com>
Wed, 23 May 2018 04:20:27 +0000 (13:20 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Wed, 23 May 2018 04:20:30 +0000 (13:20 +0900)
Change-Id: I1505bd691ed8a28e6e552eda033e864b4012b592
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
packaging/stc-manager.spec
src/database/tables/table-restrictions.c [changed mode: 0644->0755]

index f01d2a5..7d6decf 100644 (file)
@@ -1,6 +1,6 @@
 Name:       stc-manager
 Summary:    STC(Smart Traffic Control) manager
-Version:    0.0.65
+Version:    0.0.66
 Release:    0
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
old mode 100644 (file)
new mode 100755 (executable)
index 5c7e4ee..12fa67d
@@ -410,8 +410,7 @@ stc_error_e table_restrictions_get_restriction_type_subscriber_id(const char *ap
                break;
        case SQLITE_ERROR:
        default:
-               STC_LOGE("Can't perform sql query: %s \n%s", //LCOV_EXCL_LINE
-                        SELECT_RESTRICTION_TYPE,
+               STC_LOGE("Can't perform sql query: %s\n", //LCOV_EXCL_LINE
                         sqlite3_errmsg(stc_db_get_database()));
                error_code = STC_ERROR_DB_FAILED; //LCOV_EXCL_LINE
        }