mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-30 08:20:27 +03:00
Add some useful logging.
This commit is contained in:
parent
0a9a3d8f04
commit
42f6867329
1 changed files with 1 additions and 0 deletions
|
@ -720,6 +720,7 @@ void PropagateRemoteRename::start()
|
|||
|
||||
QScopedPointer<char, QScopedPointerPodDeleter> uri1(ne_path_escape((_propagator->_remoteDir + _item._file).toUtf8()));
|
||||
QScopedPointer<char, QScopedPointerPodDeleter> uri2(ne_path_escape((_propagator->_remoteDir + _item._renameTarget).toUtf8()));
|
||||
qDebug() << "MOVE on Server: " << uri1.data() << "->" << uri2.data();
|
||||
|
||||
int rc = ne_move(_propagator->_session, 1, uri1.data(), uri2.data());
|
||||
if (updateErrorFromSession(rc)) {
|
||||
|
|
Loading…
Reference in a new issue