aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-13 23:36:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-13 23:36:23 -0400
commit7e52b0d3041bd0881cd9b8c6e2e1103a700b57be (patch)
treec9ba011038bb0a7e1fcbf9b6a2d06c5662ea61f2 /MediaBrowser.ServerApplication
parent1f443097b7fa6f9ff829157120c4589d3ed65754 (diff)
add service message
Diffstat (limited to 'MediaBrowser.ServerApplication')
-rw-r--r--MediaBrowser.ServerApplication/MainStartup.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs
index 0f2fea1556..2440eab7ce 100644
--- a/MediaBrowser.ServerApplication/MainStartup.cs
+++ b/MediaBrowser.ServerApplication/MainStartup.cs
@@ -201,6 +201,7 @@ namespace MediaBrowser.ServerApplication
if (path.IndexOf(applicationPath, StringComparison.OrdinalIgnoreCase) != -1)
{
_logger.Info("The windows service is already running");
+ MessageBox.Show("Emby Server is already running as a Windows Service. Only one instance is allowed at a time. To run as a tray icon, shut down the Windows Service.");
return true;
}
}