diff options
author | phintuka <phintuka> | 2006-07-02 16:44:11 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-07-02 16:44:11 +0000 |
commit | 22c5e8b7f2641a3f7e606a7fa0492746e5f2189d (patch) | |
tree | 0d846c6edda633dd318e6701d2a750fe5bfceb56 | |
parent | a3774fd7a53ac388905c7b25cf1612990acaf08d (diff) | |
download | xineliboutput-22c5e8b7f2641a3f7e606a7fa0492746e5f2189d.tar.gz xineliboutput-22c5e8b7f2641a3f7e606a7fa0492746e5f2189d.tar.bz2 |
*** empty log message ***
-rw-r--r-- | xine_frontend_main.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c index bf227f20..4e732bef 100644 --- a/xine_frontend_main.c +++ b/xine_frontend_main.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_main.c,v 1.4 2006-06-11 19:08:05 phintuka Exp $ + * $Id: xine_frontend_main.c,v 1.5 2006-07-02 16:44:11 phintuka Exp $ * */ @@ -325,9 +325,10 @@ int main(int argc, char *argv[]) } else asprintf(&mrl, "xvdr://%s:%d", address, port); } else { - printf("WARNING:\n" - " MRL not given and server not found from local network.\n" - " Trying to connect to default port on local host.\n"); + printf("---------------------------------------------------------------\n" + "WARNING: MRL not given and server not found from local network.\n" + " Trying to connect to default port on local host.\n" + "---------------------------------------------------------------\n"); mrl = strdup("xvdr://127.0.0.1"); } } |