mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kioslave: correct warning message in curl slave
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
72fc471eb7
commit
fe050791bf
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ void CurlProtocol::put(const KUrl &url, int permissions, KIO::JobFlags flags)
|
|||
}
|
||||
|
||||
if (!(flags & KIO::Overwrite)) {
|
||||
kWarning(7103) << "Not overwriting not supported";
|
||||
kWarning(7103) << "Not overwriting not implemented";
|
||||
// TODO: check if destination exists, emit ERR_DIR_ALREADY_EXIST or ERR_FILE_ALREADY_EXIST
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue