Skip to content

Commit e6c24b4

Browse files
committed
Fix log path
1 parent cac25c9 commit e6c24b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ProxyDialogAutoFiller/Logger.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ internal Logger()
3434
EnableLogging = false;
3535
try
3636
{
37-
LogFileNameBase = "ProxyHelper";
37+
LogFileNameBase = "ProxyDialogAutoFiller";
3838
string appDataPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
39-
var logDirectory = Path.Combine(appDataPath, "ProxyHelper");
39+
var logDirectory = Path.Combine(appDataPath, "ProxyDialogAutoFiller");
4040
if (!Directory.Exists(logDirectory))
4141
{
4242
Directory.CreateDirectory(logDirectory);

0 commit comments

Comments
 (0)