Skip to content

Commit

Permalink
Change log to Info
Browse files Browse the repository at this point in the history
  • Loading branch information
nzdev committed Apr 23, 2021
1 parent 5f9d126 commit 306c82f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private void LoadCachesOnStartup()
var okMedia = false;
if (_syncBootStateAccessor.GetSyncBootState() == SyncBootState.ColdBoot)
{
_logger.Warn<PublishedSnapshotService>("Sync Service is in a Cold Boot state. Skip LoadCachesOnStartup as the Sync Service will trigger a full reload");
_logger.Info<PublishedSnapshotService>("Sync Service is in a Cold Boot state. Skip LoadCachesOnStartup as the Sync Service will trigger a full reload");
_isReady = true;
return;
}
Expand Down

0 comments on commit 306c82f

Please sign in to comment.