Changeset 50fa3f7 in mainline


Ignore:
Timestamp:
2012-07-15T21:46:56Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bb67def
Parents:
eceb300
Message:

wavplay: add few more debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/wavplay/wavplay.c

    receb300 r50fa3f7  
    8686                if (bytes == 0) {
    8787                        pb->playing = false;
     88                        printf("The end, nothing more to play.\n");
    8889                        fibril_condvar_signal(&pb->cv);
    8990                }
     
    118119                printf("Failed to connect: %s\n", str_error(ret));
    119120
     121        printf("Unregistering playback\n");
    120122        hound_unregister_playback(pb->server, name);
    121123}
     
    162164        play(&pb, channels, rate, format);
    163165
     166        printf("Releasing session\n");
    164167        hound_release_session(sess);
    165168        return 0;
Note: See TracChangeset for help on using the changeset viewer.