mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Merge pull request #3569 from nextcloud/bugfix/fixPermissionsLog
print the real permissions string instead of its address
This commit is contained in:
commit
58cf46f435
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ public:
|
|||
|
||||
friend QDebug operator<<(QDebug &dbg, RemotePermissions p)
|
||||
{
|
||||
return dbg << p.toString().constData();
|
||||
return dbg << p.toString();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue