diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index a581c4c8..bd1f7308 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -237,7 +237,7 @@ int main_r(int argc, const char * argv[]) { devVals.deviceBoard = (char*)client.getDeviceBoardNoCopy(); if (flags & FLAG_LATEST_SEP){ - info("user specified to use latest signed sep\n"); + info("user specified to use latest signed SEP (WARNING, THIS CAN CAUSE A NON-WORKING RESTORE)\n"); client.loadLatestSep(); }else if (!client.is32bit()){ client.loadSep(sepPath);