more menu work, scalers, sound
[fceu.git] / movie.c
diff --git a/movie.c b/movie.c
index 8e486b5..e44724b 100644 (file)
--- a/movie.c
+++ b/movie.c
@@ -431,7 +431,7 @@ strcpy(origname,fname);
   {
          // attempt to load previous version's format
          fclose(fp);
-         printf("trying movie v1\n");
+         printf("movie: trying movie v1\n");
          FCEUI_LoadMovie_v1(fname, _read_only);
          return;
   }