fix invalid parameter in error log 99/144499/1
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 17 Aug 2017 04:35:06 +0000 (13:35 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Thu, 17 Aug 2017 04:53:21 +0000 (13:53 +0900)
[Version] 0.11.16
[Issue Type] Bug

Change-Id: Ib825e9c02459b5d498d50d4045e1899721710b82
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
mm_sound_focus_socket.c
packaging/libmm-sound.spec

index 7f1b6da..92240c7 100644 (file)
@@ -107,7 +107,7 @@ static int _connect_socket_fd(int fd)
 
        if (connect(fd, (struct sockaddr *)&addr_un, sizeof(addr_un)) < 0) {
                strerror_r(errno, str_error, sizeof(str_error));
-               debug_error("failed to connect() to %s, err: %s", addr_un.sun_path, fd, str_error);
+               debug_error("failed to connect() to %s, err: %s", addr_un.sun_path, str_error);
                return MM_ERROR_SOUND_INTERNAL;
        }
 
index 8442393..fd0facc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.11.15
+Version:    0.11.16
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0