vserver 1.9.5.x5
[linux-2.6.git] / drivers / acpi / tables / tbget.c
index 1456c7b..896f3dd 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2004, R. Byron Moore
+ * Copyright (C) 2000 - 2005, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -167,6 +167,9 @@ acpi_tb_get_table_header (
                return_ACPI_STATUS (AE_BAD_PARAMETER);
        }
 
+       ACPI_DEBUG_PRINT ((ACPI_DB_TABLES, "Table Signature: [%4.4s]\n",
+               return_header->signature));
+
        return_ACPI_STATUS (AE_OK);
 }