IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10948


Ignore:
Timestamp:
Jan 5, 2007, 6:08:53 PM (19 years ago)
Author:
Paul Price
Message:

Removing unnecessary warning statement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psList.c

    r10898 r10948  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-01-04 01:00:32 $
     8 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-01-06 04:08:53 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    539539    }
    540540    if ((iterator->cursor == NULL) && (!iterator->offEnd))  {
    541         psLogMsg(__func__,PS_LOG_WARN,
    542                  "Attempt to get previous element with NULL iterator cursor and offEnd=false");
    543541        return NULL;
    544542    }
Note: See TracChangeset for help on using the changeset viewer.