System.err.println("Was unable to clear old preferences before loading new ones.");
}
newUserPrefs.saveDomain(userPrefs.getDomain());
newUserPrefs.saveUsername(userPrefs.getUsername());
newUserPrefs.savePassword(userPrefs.getPassword());
newUserPrefs.saveAPIKey(userPrefs.getAPIKey());
newUserPrefs.saveAdminEmail(userPrefs.getAdminEmail());
newUserPrefs.saveEmailUponError(userPrefs.emailUponError());
newUserPrefs.saveLogDatasetID(userPrefs.getLogDatasetID());
newUserPrefs.saveOutgoingMailServer(userPrefs.getOutgoingMailServer());