Added some ErrorLog output when the Right-Mouse is clicked on the User Name
This commit is contained in:
parent
96972408f6
commit
e08f317eda
@ -349,7 +349,7 @@ namespace VEPROMS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void MakeDatabaseChanges()
|
private void MakeDatabaseChanges()
|
||||||
{
|
{
|
||||||
// September 2012: Decided to store roimages as zipped. Any previous data may not have them zipped.
|
// September 2012: Decided to store roimages as zipped. Any previous data may not have them zipped.
|
||||||
// Check the top folders config to see, and if needed, zip them:
|
// Check the top folders config to see, and if needed, zip them:
|
||||||
@ -1025,6 +1025,10 @@ namespace VEPROMS
|
|||||||
Random rnd = new Random(DateTime.Now.Year + DateTime.Now.DayOfYear * 1000);
|
Random rnd = new Random(DateTime.Now.Year + DateTime.Now.DayOfYear * 1000);
|
||||||
MessageBox.Show(this, GetSecurityKey(), "Today's Security Key");
|
MessageBox.Show(this, GetSecurityKey(), "Today's Security Key");
|
||||||
}
|
}
|
||||||
|
_MyLog.WarnFormat("Environment.UserName = '{0}'", Environment.UserName);
|
||||||
|
_MyLog.WarnFormat("Environment.UserDomainName = '{0}'", Environment.UserDomainName);
|
||||||
|
_MyLog.WarnFormat("Environment.MachineName = '{0}'", Environment.MachineName);
|
||||||
|
_MyLog.WarnFormat("Environment.OSVersion = '{0}'", Environment.OSVersion);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user