]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fade.c
play: Switch to the alternative post select method.
[paraslash.git] / fade.c
diff --git a/fade.c b/fade.c
index 68e1b5f5142d4dbbe9d034c43015e343b6adec9c..fee8f8ca2af34ca8aef421ede07fc8f00763ab7b 100644 (file)
--- a/fade.c
+++ b/fade.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1998-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -89,7 +89,7 @@ static void client_cmd(const char *cmd)
        pid_t pid;
        char *cmdline = make_message(BINDIR "/para_client %s", cmd);
 
-       PARA_INFO_LOG("%s\n", cmdline);
+       PARA_NOTICE_LOG("%s\n", cmdline);
        ret = para_exec_cmdline_pid(&pid, cmdline, fds);
        free(cmdline);
        if (ret < 0) {