From: R. Steve McKown Date: Tue, 13 Apr 2010 19:20:44 +0000 (-0600) Subject: Fix up a duplicate error message in tos-storage-stm25p. X-Git-Tag: debian/2.1.0-4-1tmi~1^2~11 X-Git-Url: https://oss.titaniummirror.com/gitweb?p=tinyos-2.x.git;a=commitdiff_plain;h=a3d783de9819e076b2c7c7b05a80363547a06099 Fix up a duplicate error message in tos-storage-stm25p. --- diff --git a/tools/tinyos/misc/tos-storage-stm25p.in b/tools/tinyos/misc/tos-storage-stm25p.in index 8002cf85..39e9550f 100644 --- a/tools/tinyos/misc/tos-storage-stm25p.in +++ b/tools/tinyos/misc/tos-storage-stm25p.in @@ -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 = {}