Skip to content

Commit ca033b9

Browse files
committed
fixup: make logging "info"
1 parent 99116ac commit ca033b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/gui/owncloudgui.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -567,11 +567,11 @@ void ownCloudGui::setupContextMenu()
567567
applyEnvVariable(&_workaroundShowAndHideTray, envForceWorkaroundShowAndHideTray());
568568
applyEnvVariable(&_workaroundManualVisibility, envForceWorkaroundManualVisibility());
569569

570-
qCDebug(lcApplication) << "Tray menu workarounds: "
571-
<< "noabouttoshow: " << _workaroundNoAboutToShowUpdate
572-
<< "fakedoubleclick: " << _workaroundFakeDoubleClick
573-
<< "showhide: " << _workaroundShowAndHideTray
574-
<< "manualvisibility: " << _workaroundManualVisibility;
570+
qCInfo(lcApplication) << "Tray menu workarounds:"
571+
<< "noabouttoshow:" << _workaroundNoAboutToShowUpdate
572+
<< "fakedoubleclick:" << _workaroundFakeDoubleClick
573+
<< "showhide:" << _workaroundShowAndHideTray
574+
<< "manualvisibility:" << _workaroundManualVisibility;
575575

576576

577577
connect(&_delayedTrayUpdateTimer, &QTimer::timeout, this, &ownCloudGui::updateContextMenu);

0 commit comments

Comments
 (0)