Modify debug message 33/93633/4 accepted/tizen/common/20161028.114710 accepted/tizen/ivi/20161028.152407 accepted/tizen/mobile/20161028.152320 accepted/tizen/tv/20161028.152333 accepted/tizen/wearable/20161028.152349 submit/tizen/20161028.042000
authorpr.jung <pr.jung@samsung.com>
Tue, 25 Oct 2016 05:39:17 +0000 (14:39 +0900)
committerJung <pr.jung@samsung.com>
Thu, 27 Oct 2016 06:37:01 +0000 (23:37 -0700)
Change-Id: Iebe62245e67efde435e1acf09b5776fab30b867b
Signed-off-by: pr.jung <pr.jung@samsung.com>
src/sound.c

index 9d42f94..f2e107c 100644 (file)
@@ -143,14 +143,14 @@ static int sound_play(feedback_pattern_e pattern)
 
        if (sndstatus && profile->get_always_off_case &&
            profile->get_always_off_case(FEEDBACK_TYPE_SOUND, pattern)) {
-               _D("Sound always off condition"); //LCOV_EXCL_LINE
+               _D("Sound always off condition(pattern %s)", profile->str_pattern[pattern]); //LCOV_EXCL_LINE
                return 0;
        }
 
        /* get sound file path */
        path = get_data(pattern);
        if (!path || stat(path, &buf)) {
-               _E("Not supported sound pattern");
+               _E("Not supported sound pattern(path %s pattern %d)", path, pattern); //LCOV_EXCL_LINE
                return -ENOTSUP;
        }