Skip to content

Commit 055ce6f

Browse files
dnfielda-siva
authored andcommitted
fix syntax error on android
Change-Id: Ibb16959dd31ea2e43de5ffc796bd93181f9fc6a7 Reviewed-on: https://dart-review.googlesource.com/c/80461 Reviewed-by: Siva Annamalai <[email protected]>
1 parent 130f57f commit 055ce6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/bin/socket_android.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ intptr_t Socket::CreateBindDatagram(const RawAddr& addr,
106106
// ignore reusePort - not supported on this platform.
107107
Log::PrintErr(
108108
"Dart Socket ERROR: %s:%d: `reusePort` not supported for "
109-
"Android." __FILE__,
110-
__LINE__);
109+
"Android.",
110+
__FILE__, __LINE__);
111111
}
112112

113113
VOID_NO_RETRY_EXPECTED(

0 commit comments

Comments
 (0)