X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Flibrary.c;fp=src%2Flibrary.c;h=decaee7b2a7a312b1fde7928bdd0cee8c997bb39;hb=e9b0f5d6d408984b64793383616db7ef7c137e0b;hp=614fca434766d3131bd160aa989bd38fcf145116;hpb=46e463392aadbd388529558b6a5f771e686e80d6;p=omnplay diff --git a/src/library.c b/src/library.c index 614fca4..decaee7 100644 --- a/src/library.c +++ b/src/library.c @@ -416,7 +416,7 @@ void omnplay_library_search(omnplay_instance_t* app, int next) if(i < app->library.count) { - fprintf(stderr, "found at pos=%d\n", i); + g_warning("found at pos=%d\n", i); /* select */ path = gtk_tree_path_new_from_indices(i, -1);