mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 04:33:38 +00:00
[RSHELL]
* Improve logging in case of unexpected failures, and trace the creation of toolbar (menu) items. CORE-7586 svn path=/branches/shell-experiments/; revision=62414
This commit is contained in:
parent
612d72cb58
commit
7fe9315c7e
13 changed files with 170 additions and 148 deletions
|
@ -13,7 +13,7 @@ void WrapLogOpen()
|
|||
{
|
||||
if (openCount == 0)
|
||||
{
|
||||
log = fopen("G:\\RShellWrap.log", "w");
|
||||
log = fopen("C:\\RShellWrap.log", "w");
|
||||
nTemps = 0;
|
||||
callLevel = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue