mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-19 20:59:07 +08:00
FIX: hide_id_middle_string 2
Change-Id: Iadf17b13416b8c6a3e8b4191493d459851d4d7d8
This commit is contained in:
parent
1ceb7ff3b1
commit
1152eacfdd
@ -1210,10 +1210,6 @@ void PrinterFileSystem::HandleResponse(boost::unique_lock<boost::mutex> &l, Bamb
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Slic3r { namespace GUI {
|
|
||||||
extern wxString hide_passwd(wxString url, std::vector<wxString> const &passwords);
|
|
||||||
}}
|
|
||||||
|
|
||||||
void PrinterFileSystem::Reconnect(boost::unique_lock<boost::mutex> &l, int result)
|
void PrinterFileSystem::Reconnect(boost::unique_lock<boost::mutex> &l, int result)
|
||||||
{
|
{
|
||||||
if (m_session.tunnel) {
|
if (m_session.tunnel) {
|
||||||
@ -1255,7 +1251,7 @@ void PrinterFileSystem::Reconnect(boost::unique_lock<boost::mutex> &l, int resul
|
|||||||
wxLogMessage("PrinterFileSystem::Reconnect Initialize failed: %s", wxString::FromUTF8(url));
|
wxLogMessage("PrinterFileSystem::Reconnect Initialize failed: %s", wxString::FromUTF8(url));
|
||||||
m_last_error = atoi(url.c_str());
|
m_last_error = atoi(url.c_str());
|
||||||
} else {
|
} else {
|
||||||
wxLogMessage("PrinterFileSystem::Reconnect Initialized: %s", Slic3r::GUI::hide_passwd(wxString::FromUTF8(url), {"authkey=", "passwd="}));
|
wxLogInfo("PrinterFileSystem::Reconnect Initialized: %s", wxString::FromUTF8(url));
|
||||||
l.unlock();
|
l.unlock();
|
||||||
m_status = Status::Connecting;
|
m_status = Status::Connecting;
|
||||||
wxLogMessage("PrinterFileSystem::Reconnect Connecting");
|
wxLogMessage("PrinterFileSystem::Reconnect Connecting");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user