projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ef9d8
)
Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Tue, 8 Jul 2008 18:06:19 +0000
(11:06 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 9 Jul 2008 01:48:29 +0000
(18:48 -0700)
include/vlog.h
patch
|
blob
|
history
diff --git
a/include/vlog.h
b/include/vlog.h
index 1988e5e8e3d0276cba8ab2eaf70b85e9ae966f91..d4661629f506a73fd9da4dc23434a090d5a76658 100644
(file)
--- a/
include/vlog.h
+++ b/
include/vlog.h
@@
-113,7
+113,7
@@
void vlog(enum vlog_module, enum vlog_level, const char *format, ...)
/* Convenience macros. To use these, define THIS_MODULE as a macro that
* expands to the module used by the current source file, e.g.
* #include "vlog.h"
- * #define THIS_MODULE VLM_
NETLINK
+ * #define THIS_MODULE VLM_
netlink
* Guaranteed to preserve errno.
*/
#define VLOG_EMER(...) vlog(THIS_MODULE, VLL_EMER, __VA_ARGS__)