summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjusung son <jusung07.son@samsung.com>2016-10-11 13:59:55 +0900
committerjusung son <jusung07.son@samsung.com>2016-10-11 13:59:55 +0900
commit28277bb42ffd391963533f64887fea293b862c27 (patch)
treef32a1d21e2cadd9d0e89e8708830568040cc4375 /src
parent7d79c58489ed4590885eb9de957d5c8ad98669fc (diff)
downloadmessage-port-28277bb42ffd391963533f64887fea293b862c27.tar.gz
message-port-28277bb42ffd391963533f64887fea293b862c27.tar.bz2
message-port-28277bb42ffd391963533f64887fea293b862c27.zip
Fix typo
Change-Id: I8f0f89fdad1be13a4537f8c75d3713697d730ce9 Signed-off-by: jusung son <jusung07.son@samsung.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/message-port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message-port.c b/src/message-port.c
index 995df34..4d9e68c 100755
--- a/src/message-port.c
+++ b/src/message-port.c
@@ -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;