mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Upped the time of #123
This commit is contained in:
parent
d6763bf435
commit
1332cc6d40
3 changed files with 4 additions and 3 deletions
|
@ -49,7 +49,7 @@ namespace PlexRequests.Store
|
|||
public virtual bool CheckDb()
|
||||
{
|
||||
Log.Trace("Checking DB");
|
||||
Console.WriteLine(CurrentPath);
|
||||
Console.WriteLine("Location of the database: {0}",CurrentPath);
|
||||
if (!File.Exists(CurrentPath))
|
||||
{
|
||||
Log.Trace("DB doesn't exist, creating a new one");
|
||||
|
@ -90,7 +90,7 @@ namespace PlexRequests.Store
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e.Message);
|
||||
Log.Error(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue