]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
lib/log: fix the build
authorVMware, Inc <>
Sat, 28 May 2011 20:08:57 +0000 (13:08 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Sat, 28 May 2011 20:08:57 +0000 (13:08 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/libvmtools/vmtoolsLog.c

index d4281743633f9169ee473407f673d676c2786701..9b2216c672554baddd05324a21a1eea2cdf9a362 100644 (file)
@@ -937,13 +937,13 @@ Log(const char *fmt, ...)
  */
 
 void
-LogV(int level,
+LogV(uint32 routing,
      const char *fmt,
      va_list args)
 {
    int glevel;
 
-   switch (level) {
+   switch (routing) {
    case VMW_LOG_PANIC:
       glevel = G_LOG_LEVEL_ERROR;
       break;