Update the annotation 55/319955/2 accepted/tizen/unified/20250224.031258 accepted/tizen/unified/x/20250225.083139
authorMinje Ahn <minje.ahn@samsung.com>
Thu, 20 Feb 2025 07:36:28 +0000 (16:36 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Thu, 20 Feb 2025 07:38:13 +0000 (16:38 +0900)
Removed 'dcm' from the annotation.

Change-Id: If6258b5bee66cf9dc7090981066269f78c457d04
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/server/media-server-on-demand.c

index 1bb524c89a6502239f2055740ce90aa1a70c1566..1a198d2bd912fb9b2567d6ffab4795649c7b19be 100644 (file)
@@ -52,7 +52,7 @@ static gboolean __ms_on_demand_check_active(gpointer user_data)
 {
        int scanner_pid = ms_get_scanner_pid();
 
-       /* check if scanner & dcm are running */
+       /* check if scanner is running */
        if (scanner_pid > 0) {
                MS_DBG_ERR("[No-error] Timer is Called but there is active media-scanner, scanner_pid = %d", scanner_pid);