summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpiano/src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpiano/src/main.c b/libpiano/src/main.c
index f7aebc5..ec11685 100644
--- a/libpiano/src/main.c
+++ b/libpiano/src/main.c
@@ -198,9 +198,11 @@ PianoReturn_t PianoConnect (PianoHandle_t *ph, const char *user,
char *retStr, requestStrPlain[PIANO_SEND_BUFFER_SIZE];
PianoReturn_t ret;
+#if 0
printf ("\n==========\n" PACKAGE_NAME ": Pandora changed their blowfish "
"encryption key. You will not be able to connect to pandora.\n"
"==========\n");
+#endif
/* sync (is the return value used by pandora? for now: ignore result) */
snprintf (url, sizeof (url), PIANO_RPC_URL "rid=%s&method=sync",
ph->routeId);