IDS camera added
This commit is contained in:
@@ -33,12 +33,13 @@ public static class Extensions
|
||||
{
|
||||
if (service != null)
|
||||
{
|
||||
Log.Information($"Initializing module {service.GetType().Name}");
|
||||
service.InitializeModule();
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Log.Error($"Error initializing module {service.GetType().Name}: {e.Message}", e);
|
||||
Log.Error($"Error initializing module {service.GetType().Name}: {e}", e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user