Changeset 2831 for box/trunk/lib


Ignore:
Timestamp:
08/01/2011 22:04:13 (17 months ago)
Author:
chris
Message:

Log the adjusted time, not the unadjusted one, as it's the adjusted time
that may cause an error if it's invalid. (merges [2743] from 0.11)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/win32/emu.cpp

    r2799 r2831  
    18151815        { 
    18161816                ::syslog(LOG_ERR, "Error: failed to convert time format: " 
    1817                         "%d is not a valid time\n", from); 
     1817                        "%d is not a valid time\n", adjusted); 
    18181818                return false; 
    18191819        } 
Note: See TracChangeset for help on using the changeset viewer.