Merge pull request #3403 from lioncash/debug

bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
pull/8/head
bunnei 6 years ago committed by GitHub
commit 8f8dda2d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,7 @@ bool NullBackend::SynchronizeDirectory(TitleIDVersion title, std::string name,
}
bool NullBackend::Clear(u64 title_id) {
LOG_DEBUG(Service_BCAT, "called, title_id={:016X}");
LOG_DEBUG(Service_BCAT, "called, title_id={:016X}", title_id);
return true;
}

Loading…
Cancel
Save