]> git.openfabrics.org - ~adrianc/mstflint.git/commitdiff
Do *not* suggest -nofs on algorithm error.
authorMichael S. Tsirkin <mst@mellanox.co.il>
Wed, 13 Dec 2006 10:27:42 +0000 (12:27 +0200)
committerMichael S. Tsirkin <mst@mellanox.co.il>
Wed, 13 Dec 2006 10:27:42 +0000 (12:27 +0200)
flint.cpp

index 74c0a53e80e19d79ab2991848206f4c970b93a6b..f88b219bcad1b75d42dcfb1cb446d4c3e28120f4 100644 (file)
--- a/flint.cpp
+++ b/flint.cpp
@@ -6047,8 +6047,7 @@ int main(int ac, char *av[])
                    printf("*** ERROR *** Flash access failed during burn: %s\n", f->err());
                } else {
                    // operation/ algorithm error:
-                   printf("*** ERROR *** Failsafe burn failed: %s\n", ops.err());  
-                   printf("If you want to burn in non failsafe mode, use the \"-nofs\" switch.\n");
+                   printf("*** ERROR *** Failsafe operation/ algorithm error: %s\n", ops.err());  
                }
                 rc =  1; goto done; 
             }