Update to log in case of STDIN_FILENO 55/246055/2 accepted/tizen/unified/20201027.125323 submit/tizen/20201023.050718
authorYoungHun Kim <yh8004.kim@samsung.com>
Thu, 22 Oct 2020 22:50:06 +0000 (07:50 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Fri, 23 Oct 2020 02:49:28 +0000 (11:49 +0900)
Change-Id: I527c7c75065a9807a66b6157f6172f87e2ffc0ba

core/src/muse_core.c
packaging/mused.spec

index 55ab9e3..617c3fa 100644 (file)
@@ -284,8 +284,7 @@ int muse_core_connection_close(int sock_fd)
        char err_msg[MUSE_MSG_LEN_MAX] = {'\0',};
 
        if (!muse_core_fd_is_valid(sock_fd)) {
-               if (sock_fd != STDIN_FILENO)
-                       LOGE("[%d] invalid socket", sock_fd);
+               LOGE("[%d] invalid socket", sock_fd);
                return MM_ERROR_INVALID_ARGUMENT;
        }
 
index 744c16d..81c1db1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mused
 Summary:    A multimedia daemon
-Version:    0.3.128
+Version:    0.3.129
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0