Changeset 6195 for trunk/licq/src/translate.cpp
- Timestamp:
- 05/18/08 09:58:24 (7 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/translate.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/translate.cpp
r6119 r6195 462 462 { 463 463 ok = false; 464 gLog. Error("Unsupported encoding conversion from %s to %s.\n",464 gLog.Warn("Unsupported encoding conversion from %s to %s.\n", 465 465 from[0] == '\0' ? "[LOCALE]" : from, 466 466 to[0] == '\0' ? "[LOCALE]" : to); … … 477 477 { 478 478 ok = false; 479 gLog. Error("Error encodingfrom %s to %s.\n",480 from[0] == '\0' ? " LOCALE" : from,481 to[0] == '\0' ? " LOCALE" : to);479 gLog.Warn("Unable to encode from %s to %s.\n", 480 from[0] == '\0' ? "[LOCALE]" : from, 481 to[0] == '\0' ? "[LOCALE]" : to); 482 482 } 483 483 }
