Be more specific in error messages about PID file location
This commit is contained in:
parent
3eb495f425
commit
e0a9c769e0
@ -492,8 +492,8 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
if (g_file_exist(pid_file)) /* xrdp.pid */
|
if (g_file_exist(pid_file)) /* xrdp.pid */
|
||||||
{
|
{
|
||||||
g_writeln("It looks like xrdp is already running,");
|
g_writeln("It looks like xrdp is already running.");
|
||||||
g_writeln("if not delete the xrdp.pid file and try again");
|
g_writeln("If not, delete %s and try again.", pid_file);
|
||||||
g_deinit();
|
g_deinit();
|
||||||
g_exit(0);
|
g_exit(0);
|
||||||
}
|
}
|
||||||
|
@ -540,8 +540,8 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
if (g_file_exist(pid_file)) /* xrdp.pid */
|
if (g_file_exist(pid_file)) /* xrdp.pid */
|
||||||
{
|
{
|
||||||
g_writeln("It looks like xrdp is already running,");
|
g_writeln("It looks like xrdp is already running.");
|
||||||
g_writeln("if not delete the xrdp.pid file and try again");
|
g_writeln("If not, delete %s and try again.", pid_file);
|
||||||
g_exit(0);
|
g_exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user