audioplayer.cpp: reducing console spam

Origin commit data
------------------
Commit: 57317aae31
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-27 (Wed, 27 Feb 2013)

Origin message was:
------------------
- audioplayer.cpp: reducing console spam
This commit is contained in:
vanhofen
2013-02-27 21:23:15 +01:00
parent 61a6474b5f
commit f7b8509f05

View File

@@ -325,7 +325,7 @@ int CAudioPlayerGui::exec(CMenuTarget* parent, const std::string &actionKey)
puts("[audioplayer.cpp] executing " AUDIOPLAYER_START_SCRIPT ".");
if (my_system(AUDIOPLAYER_START_SCRIPT) != 0)
perror("Datei " AUDIOPLAYER_START_SCRIPT " fehlt.Bitte erstellen, wenn gebraucht.\nFile " AUDIOPLAYER_START_SCRIPT " not found. Please create if needed.\n");
perror(AUDIOPLAYER_START_SCRIPT " failed");
int res = show();
@@ -337,7 +337,7 @@ int CAudioPlayerGui::exec(CMenuTarget* parent, const std::string &actionKey)
puts("[audioplayer.cpp] executing " AUDIOPLAYER_END_SCRIPT ".");
if (my_system(AUDIOPLAYER_END_SCRIPT) != 0)
perror("Datei " AUDIOPLAYER_END_SCRIPT " fehlt. Bitte erstellen, wenn gebraucht.\nFile " AUDIOPLAYER_END_SCRIPT " not found. Please create if needed.\n");
perror(AUDIOPLAYER_END_SCRIPT " failed");
g_Zapit->unlockPlayBack();
// Start Sectionsd