From 3f2fb0a57e781223279fa5221009dbeeebf0a7fe Mon Sep 17 00:00:00 2001 From: sihoo Date: Tue, 28 Jul 2026 19:13:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EB=A9=94=EC=84=B8?= =?UTF-8?q?=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.dart b/lib/config.dart index cb1aab4..bf89f63 100644 --- a/lib/config.dart +++ b/lib/config.dart @@ -62,7 +62,7 @@ Future getDeviceUuid() async { uuid = iosInfo.identifierForVendor ?? "UNKNOWN_IOS"; // iOS 고유 ID } } catch (e) { - print("기기 ID 추출 실패: $e"); + print("기기 ID 추출 failed: $e"); } return uuid; }