summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-23 15:09:07 +0100
committerJonathan Bauer2011-03-23 15:09:07 +0100
commitdd7d35a216ff399f71a01c8e5d98f1cc22a34edf (patch)
treeec32a546cabea3952bfb85561d2c4c8ecc672282 /src/fbgui.cpp
parentfile/dir checks for the file triggering (diff)
downloadfbgui-dd7d35a216ff399f71a01c8e5d98f1cc22a34edf.tar.gz
fbgui-dd7d35a216ff399f71a01c8e5d98f1cc22a34edf.tar.xz
fbgui-dd7d35a216ff399f71a01c8e5d98f1cc22a34edf.zip
download manager directory checks improvements...
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index 7162e75..9be1925 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -142,7 +142,7 @@ bool fbgui::checkHost() const
return false;
}
else{
- qxtLog->debug() << "Lookup of " << baseURL.host() << "succeeded.";
+ qxtLog->debug() << "Lookup of " << baseURL.host() << " succeeded.";
return true;
}