Fix a message error in utf_to_local
authorTatsuo Ishii <[email protected]>
Mon, 28 May 2001 01:01:09 +0000 (01:01 +0000)
committerTatsuo Ishii <[email protected]>
Mon, 28 May 2001 01:01:09 +0000 (01:01 +0000)
src/backend/utils/mb/conv.c

index 7358fb5058cb29282ee39f6c679ed324ddce1a89..4e6c5092a3a916af87da607b99cb4812b5f36a46 100644 (file)
@@ -1287,7 +1287,7 @@ utf_to_local(unsigned char *utf, unsigned char *iso,
                                        sizeof(pg_utf_to_local), compare1);
                if (p == NULL)
                {
-                       elog(NOTICE, "utf_to_latin: could not convert UTF-8 (0x%04x) Ignored", iutf);
+                       elog(NOTICE, "utf_to_local: could not convert UTF-8 (0x%04x). Ignored", iutf);
                        continue;
                }
                if (p->code & 0xff000000)