changeset 528:0170ab0c98e6

Changed some error messages.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Feb 2007 19:20:01 +0000
parents fe8b41abd923
children e529d4e3356c
files src/xs_sidplay2.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_sidplay2.cc	Tue Feb 20 18:09:04 2007 +0000
+++ b/src/xs_sidplay2.cc	Tue Feb 20 19:20:01 2007 +0000
@@ -96,7 +96,7 @@
 	/* Initialize the engine */
 	myEngine->currEng = new sidplay2;
 	if (!myEngine->currEng) {
-		xs_error(_("Could not initialize libSIDPlay2 emulation engine (object allocation/constructor failed)\n"));
+		xs_error(_("[SIDPlay2] Could not initialize emulation engine.\n"));
 		return FALSE;
 	}
 
@@ -258,7 +258,7 @@
 #endif
 
 	if (!myEngine->currBuilder) {
-		xs_error(_("Could not initialize SIDBuilder object.\n"));
+		xs_error(_("[SIDPlay2] Could not initialize SIDBuilder object.\n"));
 		return FALSE;
 	}
 
@@ -272,7 +272,7 @@
 		break;
 
 	default:
-		xs_error(_("Invalid clockSpeed=%d, falling back to PAL.\n"),
+		xs_error(_("[SIDPlay2] Invalid clockSpeed=%d, falling back to PAL.\n"),
 			xs_cfg.clockSpeed);
 
 	case XS_CLOCK_PAL: