D17816: Support for xattrs on kio copy/move
Stefan BrĂ¼ns
noreply at phabricator.kde.org
Wed Apr 1 17:02:47 BST 2020
bruns added a comment.
In D17816#639272 <https://phabricator.kde.org/D17816#639272>, @usta wrote:
> is there a KDE policy about usage of qCWarning( , qCDebug( ?
> Because afaik debug one can be ignored by system and some of those might be important to show to user to see
> So for example this one looks like a warning instead of a debug info for me ( but not sure what your opinions are) :
> qCDebug(KIO_FILE) << "libc failed to extract list of xattr from file";
>
> or this one :
> qCDebug(KIO_FILE) << "cant copy Extended attributes";
>
> other than those for me it looks ok
These ones are fine, as it depends on the XAttr support of the file system - we don't want a warning when someone
copies from a FAT USB-Stick.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D17816
To: cochise, dfaure, chinmoyr, bruns, #frameworks, tmarshall, usta
Cc: usta, scheirle, anthonyfieroni, tmarshall, arrowd, cfeck, bruns, phidrho, dhaumann, funkybomber, abika, pino, davidedmundson, ngraham, atha.kane, spoorun, nicolasfella, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200401/dc2f9368/attachment.html>
More information about the Kde-frameworks-devel
mailing list