aboutsummaryrefslogtreecommitdiff
path: root/lib/cmyth/libcmyth
diff options
context:
space:
mode:
authorDavid Teirney <david@teirney.net>2012-06-20 22:20:53 +1200
committerDavid Teirney <david@teirney.net>2012-06-20 22:20:53 +1200
commite8248bd71f024f5e42b6619d7bf3ef08ea98ee76 (patch)
tree8efff92b0404e0bc68f97a779f1f4212f18dd09f /lib/cmyth/libcmyth
parent361cdc268602bd69f19f049540444375b3b317f1 (diff)
[libcmyth] Cosmetic: change default hostname to libcmyth from mediamvp.
Diffstat (limited to 'lib/cmyth/libcmyth')
-rw-r--r--lib/cmyth/libcmyth/proginfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmyth/libcmyth/proginfo.c b/lib/cmyth/libcmyth/proginfo.c
index e9ffc80ff2..2e6daaa694 100644
--- a/lib/cmyth/libcmyth/proginfo.c
+++ b/lib/cmyth/libcmyth/proginfo.c
@@ -1320,7 +1320,7 @@ fill_command(cmyth_conn_t control, cmyth_proginfo_t prog, char *cmd)
char lastmodified[CMYTH_TIMESTAMP_LEN + 1];
int err = 0;
int ret = 0;
- char *host = "mediamvp";
+ char *host = "libcmyth";
if (!prog) {
cmyth_dbg(CMYTH_DBG_ERROR, "%s: no program info\n",