mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
modules/client/sync: Log debug marking polylog prefetch completion.
This commit is contained in:
parent
5f758aaa3b
commit
16b9551780
1 changed files with 6 additions and 0 deletions
|
@ -1076,6 +1076,12 @@ try
|
|||
checkpoint.committing(false);
|
||||
return true;
|
||||
});
|
||||
|
||||
log::debug
|
||||
{
|
||||
log, "request %s polylog prefetch complete",
|
||||
loghead(data),
|
||||
};
|
||||
}
|
||||
|
||||
// Output loop
|
||||
|
|
Loading…
Reference in a new issue