From: Andre Date: Sat, 13 May 2006 20:20:54 +0000 (+0200) Subject: fix init message of the playlist selector. X-Git-Tag: v0.2.14~122 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a92595c1bd4db09f09e8655fa82c591adafcd4eb;hp=8855876934399489bbc4c8e31db642ced698265c fix init message of the playlist selector. The prefix "dbinfo1:" was missing. --- diff --git a/playlist_selector.c b/playlist_selector.c index ee619b31..6f171d75 100644 --- a/playlist_selector.c +++ b/playlist_selector.c @@ -318,7 +318,7 @@ int playlist_selector_init(struct audio_file_selector *db) goto err_out; ppd->client_data = shm; ppd->client_data->size = 0; - sprintf(mmd->selector_info, "playlist selector initialized"); + sprintf(mmd->selector_info, "dbinfo1: playlist selector initialized\n"); return 1; err_out: if (ppd->client_data_shm_id >= 0)