Searched refs:AddLogLineCS (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp370 AddLogLineCS(wxT("Failed to open 'ED2KLinks', cannot add links."));
376 AddLogLineCS(wxT("WARNING: The check for other instances is currently disabled in amuled.\n"
385 AddLogLineCS(CFormat(wxT("There is an instance of %s already running")) % m_appName);
405 AddLogLineCS(wxT("Failed to open 'ED2KFile', cannot signal running instance."));
482 AddLogLineCS(CFormat(wxT("Cannot convert magnet link to eD2k: %s")) % in);
495 AddLogLineCS(CFormat(wxT("Invalid eD2k link \"%s\" - ERROR: %s")) % link % err);
H A DLogger.h421 #define AddLogLineCS(...) do {} while (false) macro
436 #define AddLogLineCS(string) theLogger.AddLogLine(__TFILE__, __LINE__, true, logStandard, string, true) macro
H A Damuled.cpp560 AddLogLineCS(_("ERROR: aMule daemon cannot be used when external connections are disabled. To enable External Connections, use either a normal aMule, start amuled with the option --ec-config or set the key \"AcceptExternalConnections\" to 1 in the file ~/.aMule/amule.conf"));
563 AddLogLineCS(_("ERROR: A valid password is required to use external connections, and aMule daemon cannot be used without external connections. To run aMule deamon, you must set the \"ECPassword\" field in the file ~/.aMule/amule.conf with an appropriate value. Execute amuled with the flag --ec-config to set the password. More information can be found at http://wiki.amule.org"));
713 AddLogLineCS(title + wxT(" ") + msg);
H A DListenSocket.cpp67 AddLogLineCS(_("ERROR: Could not listen to TCP port.") );
H A Damule-gui.cpp294 AddLogLineCS(_("Fatal Error: Failed to create Core Timer"));
H A Damule.cpp1616 AddLogLineCS(CFormat(_("WARNING: Your aMuled version is outdated: %i.%i.%i < %li.%li.%li"))
H A DDownloadQueue.cpp157 AddLogLineCS(msg);
H A Damule-remote-gui.cpp253 AddLogLineCS(_("Fatal Error: Failed to create Poll Timer"));
H A DPartFile.cpp904 AddLogLineCS(_("IO failure while saving partfile: ") + e.what());

Completed in 154 milliseconds