]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix up a duplicate error message in tos-storage-stm25p.
authorR. Steve McKown <rsmckown@gmail.com>
Tue, 13 Apr 2010 19:20:44 +0000 (13:20 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 13 Apr 2010 20:18:25 +0000 (14:18 -0600)
tools/tinyos/misc/tos-storage-stm25p.in

index 8002cf853f70dc7da8cb5a62aa6be3bfe6f6ba4c..39e9550f6ba829af930028b6a2a533943243edf8 100644 (file)
@@ -184,9 +184,8 @@ if paths:
     NUM_SECTORS = int(enums["STM25P_NUM_SECTORS"])
     SECTOR_SIZE = 2**int(enums["STM25P_SECTOR_SIZE_LOG2"])
 if NUM_SECTORS == 0 or SECTOR_SIZE == 0:
-  stderr.write( 'No valid Stm25p.h in PFLAGS path; check .platform file\n' )
   stderr.write( "tos-storage-stm25p: no valid Stm25p.h found.\n\t"
-      "Check the platform's .platform file\n" )
+      "Check @includes in the platform's .platform file\n" )
   exit(2)
 
 volumes = {}