Skip to content

Commit

Permalink
Ooops. Sorry about that.
Browse files Browse the repository at this point in the history
I had put LOC rather than msg.  Mark's change in 57ee1c6 will make it
compile, but this is what was originally intended, and should also compile.
I really need to get my OSX build up and going to test these things.  My
apologies.
  • Loading branch information
Beirdo committed Jul 11, 2011
1 parent 4c6babd commit 270fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/mediamonitor-darwin.cpp
Expand Up @@ -78,7 +78,7 @@ MythMediaType FindMediaType(io_service_t service)
kCFAllocatorDefault, 0);

if (!wholeMedia)
LOG(VB_GENERAL, LOG_ALERT,
LOG(VB_GENERAL, LOG_ALERT, msg +
"Could not retrieve Whole property");
else
{
Expand Down

0 comments on commit 270fe40

Please sign in to comment.