Typo regsiter
This commit is contained in:
parent
2d2aebd5b7
commit
da30d9d685
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ public class RecipeHandler implements IRecipeHandler
|
||||||
}
|
}
|
||||||
catch (RegistrationError e)
|
catch (RegistrationError e)
|
||||||
{
|
{
|
||||||
AELog.warning( "Unable to regsiter a recipe: " + e.getMessage() );
|
AELog.warning( "Unable to register a recipe: " + e.getMessage() );
|
||||||
if ( data.exceptions )
|
if ( data.exceptions )
|
||||||
AELog.error( e );
|
AELog.error( e );
|
||||||
if ( data.crash )
|
if ( data.crash )
|
||||||
|
@ -112,7 +112,7 @@ public class RecipeHandler implements IRecipeHandler
|
||||||
{
|
{
|
||||||
if ( data.erroronmissing )
|
if ( data.erroronmissing )
|
||||||
{
|
{
|
||||||
AELog.warning( "Unable to regsiter a recipe:" + e.getMessage() );
|
AELog.warning( "Unable to register a recipe:" + e.getMessage() );
|
||||||
if ( data.exceptions )
|
if ( data.exceptions )
|
||||||
AELog.error( e );
|
AELog.error( e );
|
||||||
if ( data.crash )
|
if ( data.crash )
|
||||||
|
|
Loading…
Reference in a new issue