| 1 | Index: libs/libmythtv/avformatdecoder.cpp
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- libs/libmythtv/avformatdecoder.cpp (revision 20854)
|
|---|
| 4 | +++ libs/libmythtv/avformatdecoder.cpp (working copy)
|
|---|
| 5 | @@ -118,7 +118,8 @@
|
|---|
| 6 | string_lock.lock();
|
|---|
| 7 | if (full_line.isEmpty() && ptr) {
|
|---|
| 8 | AVClass* avc = *(AVClass**)ptr;
|
|---|
| 9 | - full_line.sprintf("[%s @ %p]", avc->item_name(ptr), avc);
|
|---|
| 10 | + //full_line.sprintf("[%s @ %p]", avc->item_name(ptr), avc);
|
|---|
| 11 | + //VERBOSE(VB_IMPORTANT, QString("this is a test"));
|
|---|
| 12 | }
|
|---|
| 13 |
|
|---|
| 14 | char str[msg_len+1];
|
|---|
| 15 | @@ -135,7 +136,7 @@
|
|---|
| 16 | if (full_line.endsWith("\n"))
|
|---|
| 17 | {
|
|---|
| 18 | full_line.truncate(full_line.length() - 1);
|
|---|
| 19 | - VERBOSE(verbose_level, full_line);
|
|---|
| 20 | + //VERBOSE(verbose_level, full_line);
|
|---|
| 21 | full_line.truncate(0);
|
|---|
| 22 | }
|
|---|
| 23 | string_lock.unlock();
|
|---|