Changeset 4169 for trunk/src


Ignore:
Timestamp:
Sep 3, 2000, 10:20:10 AM (25 years ago)
Author:
sandervl
Message:

added logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wnaspi32/winaspi32.cpp

    r3845 r4169  
    1 /* $Id: winaspi32.cpp,v 1.5 2000-07-18 17:12:04 bird Exp $ */
     1/* $Id: winaspi32.cpp,v 1.6 2000-09-03 08:20:10 sandervl Exp $ */
    22/*
    33 * WNASPI routines
     
    345345    if(NULL==lpSRB)
    346346      return SS_INVALID_SRB;  // Not sure what to return here but that is an error
     347
     348    dprintf(("SendASPI32Command %x %d", lpSRB, lpSRB->common.SRB_Cmd));
    347349
    348350    aspi = new scsiObj();
Note: See TracChangeset for help on using the changeset viewer.