Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
dd5a3ff8
Commit
dd5a3ff8
authored
Jun 01, 2021
by
Jonathan Marten
Browse files
Web archive thumbnailer: Change one qCWarning() -> qCDebug()
parent
3ce8e93e
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/webarchiver/thumbnailer/webarchivecreator.cpp
View file @
dd5a3ff8
...
@@ -144,7 +144,7 @@ bool WebArchiveCreator::create(const QString &path, int width, int height, QImag
...
@@ -144,7 +144,7 @@ bool WebArchiveCreator::create(const QString &path, int width, int height, QImag
return
(
false
);
return
(
false
);
}
}
qC
Warnin
g
(
WEBARCHIVERPLUGIN_LOG
)
<<
"extracting to tempPath"
<<
tempPath
;
qC
Debu
g
(
WEBARCHIVERPLUGIN_LOG
)
<<
"extracting to tempPath"
<<
tempPath
;
archiveDir
->
copyTo
(
tempPath
,
true
);
// recursive extract from archive
archiveDir
->
copyTo
(
tempPath
,
true
);
// recursive extract from archive
tar
.
close
();
// finished with archive file
tar
.
close
();
// finished with archive file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment