Searched refs:AddDebugLogLineC (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCreditsList.cpp78 AddDebugLogLineC( logCredits, wxT("Creditfile is outdated and will be replaced") );
104 AddDebugLogLineC(logCredits,
109 AddDebugLogLineC( logCredits,
143 AddDebugLogLineC( logCredits,
164 AddDebugLogLineC(logCredits, wxT("IO error while loading clients.met file: ") + e.what());
178 AddDebugLogLineC( logCredits, wxT("Failed to create creditfile") );
214 AddDebugLogLineC(logCredits, wxT("IO failure while saving clients.met: ") + e.what());
217 AddDebugLogLineC(logCredits, wxT("Failed to open existing creditfile!"));
271 AddDebugLogLineC(logCredits,
298 AddDebugLogLineC(logCredit
[all...]
H A DThreadTasks.cpp89 AddDebugLogLineC(logHasher,
98 AddDebugLogLineC(logHasher,
104 AddDebugLogLineC(logHasher,
113 AddDebugLogLineC(logHasher,
152 AddDebugLogLineC(logHasher,
160 AddDebugLogLineC(logHasher, wxT("IO exception while hashing file: ") + e.what());
188 AddDebugLogLineC( logHasher,
279 AddDebugLogLineC( logAICHThread, wxT("Error, failed to open 'known2_64.met' file!") );
285 AddDebugLogLineC(logAICHThread, wxT("IO failure while creating hashlist (Aborting): ") + e.what());
290 AddDebugLogLineC( logAICHThrea
[all...]
H A DSHAHashSet.cpp644 AddDebugLogLineC(logSHAHashSet, wxT("Failed to save HashSet: opening met file failed!"));
652 AddDebugLogLineC(logSHAHashSet, wxT("Saving failed: Current file is not a met-file!"));
673 AddDebugLogLineC(logSHAHashSet, wxT("Saving failed: File contains fewer entries than specified!"));
690 AddDebugLogLineC(logSHAHashSet, wxT("Failed to save HashSet: WriteLowestLevelHashs() failed!"));
696 AddDebugLogLineC(logSHAHashSet, wxT("Failed to save HashSet: Calculated and real size of hashset differ!"));
701 AddDebugLogLineC(logSHAHashSet, wxT("IO error while saving AICH HashSet: ") + e.what());
725 AddDebugLogLineC(logSHAHashSet, strError);
733 AddDebugLogLineC(logSHAHashSet, wxT("Loading failed: Current file is not a met-file!"));
750 AddDebugLogLineC(logSHAHashSet, wxT("Failed to load HashSet: Available Hashs and expected hashcount differ!"));
754 AddDebugLogLineC(logSHAHashSe
[all...]
H A DPlatformSpecific.cpp77 AddDebugLogLineC(logPartFile, CFormat(wxT("converting %s to sparse failed (OPEN): %s ")) % name % SystemError());
82 AddDebugLogLineC(logPartFile, CFormat(wxT("converting %s to sparse failed (SET_SPARSE): %s ")) % name % SystemError());
96 AddDebugLogLineC(logPartFile, CFormat(wxT("converting %s to sparse failed (ZERO): %s")) % name % SystemError());
98 AddDebugLogLineC(logPartFile, CFormat(wxT("converting %s to sparse failed (SEEK): %s")) % name % SystemError());
H A DFriendList.cpp125 AddDebugLogLineC(logGeneral, wxT("Invalid entry in friend list, file may be corrupt: ") + e.what());
127 AddDebugLogLineC(logGeneral, wxT("IO error while reading 'emfriends.met': ") + e.what());
145 AddDebugLogLineC(logGeneral, wxT("IO failure while saving 'emfriends.met': ") + e.what());
H A DServerUDPSocket.cpp132 AddDebugLogLineC( logServerUDP,
136 AddDebugLogLineC( logServerUDP,
152 AddDebugLogLineC( logServerUDP, wxT("Sources received for unknown file") );
164 AddDebugLogLineC( logServerUDP,
319 AddDebugLogLineC(logServerUDP, CFormat(wxT("Unknown Server UDP opcode %x")) % opcode);
H A DPartFileConvert.cpp132 AddDebugLogLineC( logPfConvert, wxT("Error, attempt to create an already running thread!") );
135 AddDebugLogLineC( logPfConvert, wxT("Error, attempt to create a thread without resources!") );
138 AddDebugLogLineC( logPfConvert, wxT("Error, unknown error attempting to create a thread!") );
358 AddDebugLogLineC(logPfConvert, wxT("IO error while converting partfiles: ") + e.what());
H A DUPnPBase.cpp551 AddDebugLogLineC(logUPnP, msg);
561 AddDebugLogLineC(logUPnP, msg);
568 AddDebugLogLineC(logUPnP, msg);
1191 AddDebugLogLineC(logUPnP, msg);
1200 AddDebugLogLineC(logUPnP, msg);
1262 AddDebugLogLineC(logUPnP, msg);
1345 AddDebugLogLineC(logUPnP, msg2);
1353 AddDebugLogLineC(logUPnP, msg);
1415 AddDebugLogLineC(logUPnP, msg);
1425 AddDebugLogLineC(logUPn
[all...]
H A DLogger.h419 #define AddDebugLogLineC(...) do {} while (false) macro
434 #define AddDebugLogLineC(type, string) theLogger.AddLogLine(__TFILE__, __LINE__, true, type, string) macro
H A DMuleUDPSocket.cpp77 AddDebugLogLineC(logMuleUDP, wxT("Failed to create valid ") + m_name);
202 AddDebugLogLineC(logMuleUDP, m_name + wxT("Socket died, recreating."));
H A DThreadScheduler.cpp164 AddDebugLogLineC(logThreads, wxT("Error while starting scheduler thread: ") + GetErrMsg(err));
167 AddDebugLogLineC(logThreads, wxT("Error while creating scheduler thread: ") + GetErrMsg(err));
H A DHTTPDownload.cpp395 AddDebugLogLineC(logHTTP, wxT("WARNING: Void response on stream creation"));
424 AddDebugLogLineC(logHTTP, wxT("ERROR: Redirection code received with no URL"));
H A Damuled.cpp580 AddDebugLogLineC(logStandard, CFormat(wxT("CamuleDaemonApp::OnRun(): Installation of SIGCHLD callback with sigaction() failed: %m.")));
691 AddDebugLogLineC(logStandard, CFormat(wxT("CamuleDaemonApp::OnRun(): second sigaction() failed: %m.")));
H A DPartFile.cpp249 AddDebugLogLineC(logPartFile, wxT("eD2K link contained invalid hashset: ") + fileLink->GetLink());
601 AddDebugLogLineC(logPartFile, CFormat( wxT("IO failure while loading '%s': %s") )
679 AddDebugLogLineC(logPartFile, CFormat( wxT("Partfile \"%s\" is too large! Truncating %llu bytes.") ) % GetFileName() % (m_hpartfile.GetLength() - GetFileSize()));
684 AddDebugLogLineC(logPartFile, CFormat( wxT("Error while accessing partfile \"%s\": %s") ) % GetFileName() % e.what());
1025 AddDebugLogLineC( logPartFile, CFormat( wxT("Error saving partfile's seeds file (%s - %s): %s") )
2251 AddDebugLogLineC(logPartFile, CFormat(wxT("\tFailed to delete '%s'")) % m_fullname);
2257 AddDebugLogLineC(logPartFile, CFormat(wxT("Failed to delete '%s'")) % m_PartPath);
2264 AddDebugLogLineC(logPartFile, CFormat(wxT("Failed to delete '%s'")) % BAKName);
2274 AddDebugLogLineC(logPartFile, CFormat(wxT("Failed to delete '%s'")) % SEEDSName);
2997 AddDebugLogLineC(logPartFil
[all...]
H A DUploadClient.cpp275 AddDebugLogLineC(logClient, wxT("IO failure while reading requested file: ") + error.what());
277 AddDebugLogLineC(logClient, GetClientFullInfo() + wxT(" requested file-data at an invalid position - disconnecting"));
H A DCFile.cpp28 #include "Logger.h" // Needed for AddDebugLogLineC
138 AddDebugLogLineC(logCFile,
H A DEMSocket.cpp526 AddDebugLogLineC(logGeneral, wxT("EMSocket: Couldn't get a new packet! There's an error in the first while condition in EMSocket::Send()"));
H A DSearchDlg.cpp526 AddDebugLogLineC( logGeneral,
H A DPreferences.cpp937 AddDebugLogLineC(logGeneral,
1467 AddDebugLogLineC(logGeneral, wxT("IO failure while saving user-hash: ") + e.what());
H A DClientList.cpp824 AddDebugLogLineC( logClient,
H A DDownloadClient.cpp1057 AddDebugLogLineC(logRemoteClient, error + e.what());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp123 AddDebugLogLineC(logKadPrefs, wxT("IO error while reading prefs: ") + e.what());
139 AddDebugLogLineC(logKadPrefs, wxT("IO failure while saving kad-prefs: ") + e.what());
H A DIndexed.cpp240 AddDebugLogLineC(logKadIndex, wxT("CSafeIOException in CIndexed::readFile: ") + err.what());
242 AddDebugLogLineC(logKadIndex, wxT("CInvalidPacket Exception in CIndexed::readFile: ") + err.what());
244 AddDebugLogLineC(logKadIndex, wxT("Exception in CIndexed::readFile: ") + e);
372 AddDebugLogLineC(logKadIndex, wxT("CSafeIOException in CIndexed::~CIndexed: ") + err.what());
374 AddDebugLogLineC(logKadIndex, wxT("CInvalidPacket Exception in CIndexed::~CIndexed: ") + err.what());
376 AddDebugLogLineC(logKadIndex, wxT("Exception in CIndexed::~CIndexed: ") + e);
H A DSearch.cpp1198 AddDebugLogLineC(logKadSearch, wxT("CEOFException in CSearch::SendFindValue: ") + err.what());
1200 AddDebugLogLineC(logKadSearch, wxT("CInvalidPacket Exception in CSearch::SendFindValue: ") + err.what());
1202 AddDebugLogLineC(logKadSearch, wxT("Exception in CSearch::SendFindValue: ") + e);
1267 AddDebugLogLineC(logKadSearch, wxT("CEOFException in CSearch::PreparePacketForTags: ") + err.what());
1269 AddDebugLogLineC(logKadSearch, wxT("CInvalidPacket Exception in CSearch::PreparePacketForTags: ") + err.what());
1271 AddDebugLogLineC(logKadSearch, wxT("Exception in CSearch::PreparePacketForTags: ") + e);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.cpp340 AddDebugLogLineC(logKadRouting, wxT("IO failure in CRoutingZone::writeFile: ") + e.what());
347 AddDebugLogLineC(logKadRouting, wxT("Writing special bootstrap nodes.dat - not intended for normal use"));
385 AddDebugLogLineC(logKadRouting, wxT("Unable to store Kad file: ") + m_filename);
388 AddDebugLogLineC(logKadRouting, wxT("CFileException in CRoutingZone::writeFile") + e.what());

Completed in 303 milliseconds

12