Skip to content

Commit

Permalink
Merge branch 'Development'
Browse files Browse the repository at this point in the history
  • Loading branch information
RatPlushie committed Apr 16, 2020
2 parents c8e37f8 + ab89514 commit f755a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FurAffinityMigrator.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ void importList(){
UsersNotFoundList.add(currentArtist);

// Printing out that the current artist cannot be found on the sight. Most likely, deleted.
System.out.println(currentArtist + " Cannot be found, No longer exists");
System.out.println(currentArtist + " Cannot be found");
}
}

Expand Down

0 comments on commit f755a12

Please sign in to comment.