forked from len0rd/rockbox
rbutil: fix a debug output, so it compiles again on windows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16677 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
30f8326a8c
commit
c0fb5b815e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void HttpGet::setCache(QDir d)
|
||||||
result = m_cachedir.mkdir("rbutil-cache");
|
result = m_cachedir.mkdir("rbutil-cache");
|
||||||
}
|
}
|
||||||
else result = false;
|
else result = false;
|
||||||
qDebug() << "HttpGet::setCache(QDir)" << d << result;
|
qDebug() << "HttpGet::setCache(QDir)" << d.absolutePath() << result;
|
||||||
m_usecache = result;
|
m_usecache = result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue