Modified an ambiguous tag string 27/104727/1
authorseungha.son <seungha.son@samsung.com>
Wed, 14 Dec 2016 07:26:19 +0000 (16:26 +0900)
committerseungha.son <seungha.son@samsung.com>
Wed, 14 Dec 2016 07:29:45 +0000 (16:29 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I68ed8a427e65b1ff29d058fbcb010237cfa17b2f

src/badge_internal.c

index d1d63c4..2d658d7 100755 (executable)
@@ -161,7 +161,7 @@ static int _badge_check_data_inserted(const char *pkgname,
        else
                count = 0;
 
-       DBG("[%s], count[%d]", sqlbuf, count);
+       DBG("[%s], DB search result[%d]", sqlbuf, count);
 
        if (count > 0)
                result = BADGE_ERROR_ALREADY_EXIST;
@@ -220,7 +220,7 @@ static int _badge_check_option_inserted(const char *pkgname,
        else
                count = 0;
 
-       DBG("[%s], count[%d]", sqlbuf, count);
+       DBG("[%s], DB search result[%d]", sqlbuf, count);
 
        if (count > 0)
                result = BADGE_ERROR_ALREADY_EXIST;
@@ -305,7 +305,7 @@ static int _badge_check_writable(const char *caller,
        else
                count = 0;
 
-       DBG("[%s], count[%d]", sqlbuf, count);
+       DBG("[%s], DB search result[%d]", sqlbuf, count);
 
        if (count <= 0)
                result = BADGE_ERROR_PERMISSION_DENIED;