| 365 | } |
| 366 | |
| 367 | void Application::requestLog(const ArgumentOccurrence &) |
| 368 | { |
| 369 | connect(&m_connection, &SyncthingConnection::logAvailable, printLog); |
| 370 | m_connection.requestLog(); |
| 371 | cerr << "Request log from " << m_settings.syncthingUrl.toLocal8Bit().data() << " ..."; |
| 372 | cerr.flush(); |
| 373 | } |
| 374 | |
| 375 | void Application::requestShutdown(const ArgumentOccurrence &) |
| 376 | { |