Changeset 1354 for trunk


Ignore:
Timestamp:
05/06/19 14:01:34 (5 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r1353 r1354  
    17661766                                 * Since then, we have discovered that null can occur when working with Google file stream.
    17671767                                 * A directory can return false to an existence check, but then fail to create the directory
    1768                                  * due to it already existing because of sync issues.  While we have not confirmed, then may
     1768                                 * due to it already existing because of sync issues.  While we have not confirmed, this may
    17691769                                 * be the case with other network drives as well.
    17701770                                 */
     1771                                System.err.println("Failed to create directory for frameset: " + frameset);
    17711772                                return null;
    17721773                        }
Note: See TracChangeset for help on using the changeset viewer.