mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* Disable a bit of debug.
This commit is contained in:
@@ -225,6 +225,7 @@ ACLRegistryImpl::queueNextJob()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ACLRegistryImpl::wipeEntries()
|
ACLRegistryImpl::wipeEntries()
|
||||||
{
|
{
|
||||||
@@ -232,6 +233,7 @@ ACLRegistryImpl::wipeEntries()
|
|||||||
save();
|
save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ACLRegistryImpl::load()
|
ACLRegistryImpl::load()
|
||||||
{
|
{
|
||||||
@@ -244,7 +246,6 @@ ACLRegistryImpl::load()
|
|||||||
tLog() << Q_FUNC_INFO << "entry is invalid";
|
tLog() << Q_FUNC_INFO << "entry is invalid";
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
tLog() << Q_FUNC_INFO << "loading entry";
|
|
||||||
ACLRegistry::User entryUser = entry.value< ACLRegistry::User >();
|
ACLRegistry::User entryUser = entry.value< ACLRegistry::User >();
|
||||||
if ( entryUser.knownAccountIds.empty() || entryUser.knownDbids.empty() )
|
if ( entryUser.knownAccountIds.empty() || entryUser.knownDbids.empty() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user