Changeset 60987ce27f1f6931311cf1bbf7dcc5d704b96a2f
- Timestamp:
- 05/04/08 20:39:05
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209926345 +0300
- git-parent:
[6b42b421710760b88561364ecc585b93aee7790a]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209926345 +0300
- Message:
No need to lookup i_verbose. The core does it anyway.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7bc28ee |
r60987ce |
|
| 63 | 63 | static inline void lua_Dbg( vlc_object_t * p_this, const char * ppz_fmt, ... ) |
|---|
| 64 | 64 | { |
|---|
| 65 | | if( p_this->p_libvlc->i_verbose < 3 ) |
|---|
| 66 | | return; |
|---|
| 67 | | |
|---|
| 68 | 65 | va_list ap; |
|---|
| 69 | 66 | va_start( ap, ppz_fmt ); |
|---|