if(currStatus.getCantImportModelPaths() != null && !currStatus.getCantImportModelPaths().isEmpty()){
                                                    log.info("Unable to load - not a frozen model .pb file: {}", p2);
                                                } else {
                                                    log.info("Found frozen model .pb file in archive: {}", p2);
                                                }