This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check for null bookmark before updating bookmark
This has been found to occur if a program only generates a message(s) of a level that is not sent to the remote server (such as debug messages when the info level is the minimum). In this case, the bookmark file will exist on disk but be empty, and no messages will have been persisted on disk. The periodic check will fail in the UpdateBookmark call since no bookmark exists (null)
- Loading branch information