]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fix init message of the playlist selector.
authorAndre <maan@p133.(none)>
Sat, 13 May 2006 20:20:54 +0000 (22:20 +0200)
committerAndre <maan@p133.(none)>
Sat, 13 May 2006 20:20:54 +0000 (22:20 +0200)
The prefix "dbinfo1:" was missing.

playlist_selector.c

index ee619b316201a3e4bbff4a325525aefbfa711eab..6f171d753ca8659bbfa71a0b174beb8cf4c5beee 100644 (file)
@@ -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)