mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
Avoid splitting code over ifdef
boundary
By removing unimportant debug message.
This commit is contained in:
parent
59e37210f3
commit
c5cbda0bbe
@ -211,9 +211,7 @@ int main(int argc, char *argv[])
|
||||
throw CommandLineParameterError(QObject::tr("You cannot use %1: qBittorrent is already running for this user.")
|
||||
.arg(u"-d (or --daemon)"_qs));
|
||||
}
|
||||
else
|
||||
#endif
|
||||
qDebug("qBittorrent is already running for this user.");
|
||||
|
||||
QThread::msleep(300);
|
||||
app->sendParams(params.paramList());
|
||||
|
Loading…
Reference in New Issue
Block a user