Changeset 2379ab142f5c87ddab69e6cb26fbeae3b7f85510
- Timestamp:
- 16/08/06 22:59:04
(2 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1155761944 +0000
- git-parent:
[4519ef1e12b3bdc025848ba75eabd8107ef7fa56]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1155761944 +0000
- Message:
* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages at all. That avoids flooding the console with useless messages when preparsing.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r70e482e |
r2379ab1 |
|
| 313 | 313 | |
|---|
| 314 | 314 | if( p_this == NULL || p_this->i_flags & OBJECT_FLAGS_QUIET || |
|---|
| 315 | | (p_this->i_flags & OBJECT_FLAGS_NODBG && |
|---|
| 316 | | i_type == VLC_MSG_DBG ) ) |
|---|
| | 315 | p_this->i_flags & OBJECT_FLAGS_NODBG ) |
|---|
| 317 | 316 | { |
|---|
| 318 | 317 | return; |
|---|