Forgot the journal poker
This commit is contained in:
parent
f8eee18d78
commit
1e7da8eae3
2 changed files with 2 additions and 2 deletions
|
|
@ -425,7 +425,7 @@ namespace Observatory
|
|||
{
|
||||
FileInfo fileToPoke = null;
|
||||
|
||||
foreach (var file in journalFolder.GetFiles("Journal.????????????.??.log"))
|
||||
foreach (var file in journalFolder.GetFiles("Journal.*.??.log"))
|
||||
{
|
||||
if (fileToPoke == null || string.Compare(file.Name, fileToPoke.Name) > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue