VirtualBox

Changeset 39673 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 21, 2011 1:55:59 PM (13 years ago)
Author:
vboxsync
Message:

pam_vbox: Include version information + target arch in debug log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/pam/pam_vbox.cpp

    r38636 r39673  
    4242
    4343#include <iprt/assert.h>
     44#include <iprt/buildconfig.h>
    4445#include <iprt/env.h>
    4546#include <iprt/initterm.h>
     
    226227     * This could result in not able to log into the system anymore. */
    227228    RTAssertSetMayPanic(false);
     229
     230    pam_vbox_log(hPAM, "pam_vbox: %sr%s, running on %s\n",
     231                 RTBldCfgVersion(), RTBldCfgRevisionStr(), RTBldCfgTargetArch());
    228232
    229233    int rc = RTR3InitDll(0);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette