mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Reduce default verbosity
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bc6c8a3949
commit
2182f00177
3 changed files with 11 additions and 4 deletions
|
@ -559,7 +559,8 @@ void MainWindow::on_actionCloudstorageopen_triggered()
|
|||
getNotificationWidget()->showNotification(get_error_string(), KMessageWidget::Error);
|
||||
return;
|
||||
}
|
||||
qDebug() << filename;
|
||||
if (verbose)
|
||||
qDebug() << "Opening cloud storage from:" << filename;
|
||||
|
||||
closeCurrentFile();
|
||||
|
||||
|
@ -586,7 +587,8 @@ void MainWindow::on_actionCloudstoragesave_triggered()
|
|||
getNotificationWidget()->showNotification(get_error_string(), KMessageWidget::Error);
|
||||
return;
|
||||
}
|
||||
qDebug() << filename;
|
||||
if (verbose)
|
||||
qDebug() << "Saving cloud storage to:" << filename;
|
||||
if (information()->isEditing())
|
||||
information()->acceptChanges();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue