aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/msg_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: removed deprecated warning API, log+msg now in APIJosh Blum2011-05-181-2/+0
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-0/+39
The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.