mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
add error log for some exceptions
This commit is contained in:
parent
08491bdf2a
commit
e7b322c303
1 changed files with 2 additions and 2 deletions
|
|
@ -1690,7 +1690,7 @@ namespace PepperDash.Essentials.Core.Fusion
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Debug.Console(2, "Error creating Static Asset: {0}", e);
|
||||
Debug.Console(2, Debug.ErrorLogLevel.Error, "Error creating Static Asset: {0}", e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
@ -1713,7 +1713,7 @@ namespace PepperDash.Essentials.Core.Fusion
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Debug.Console(2, "Error creating Static Asset: {0}", e);
|
||||
Debug.Console(2, Debug.ErrorLogLevel.Error, "Error creating Static Asset: {0}", e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue