Edit saved print names

This commit is contained in:
Natsumi
2024-11-18 10:39:22 +13:00
parent 9bcd58d776
commit 78dc8ea42d
5 changed files with 47 additions and 17 deletions

View File

@@ -278,8 +278,9 @@ namespace VRCX
}
}
}
catch
catch (Exception ex)
{
logger.Warn("Failed to parse log file: {0} {1}", fileInfo.FullName, ex.Message);
}
}