Fix typo 23/91723/1
authorjusung son <jusung07.son@samsung.com>
Tue, 11 Oct 2016 04:59:55 +0000 (13:59 +0900)
committerjusung son <jusung07.son@samsung.com>
Tue, 11 Oct 2016 04:59:55 +0000 (13:59 +0900)
Change-Id: I8f0f89fdad1be13a4537f8c75d3713697d730ce9
Signed-off-by: jusung son <jusung07.son@samsung.com>
src/message-port.c

index 995df34..4d9e68c 100755 (executable)
@@ -639,7 +639,7 @@ static int __read_string_from_socket(int fd, char **buffer, int *string_len)
                        return MESSAGEPORT_ERROR_IO_ERROR;
                }
        } else {
-               LOGE("Invalid string len %d", &string_len);
+               LOGE("Invalid string len %d", *string_len);
                return MESSAGEPORT_ERROR_IO_ERROR;
        }
        return MESSAGEPORT_ERROR_NONE;