Browse Source

Make renaming suggestion less imperative.

Samuel Thibault 13 years ago
parent
commit
53f1aa4fff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/starpu_deprecated_api.h

+ 1 - 1
include/starpu_deprecated_api.h

@@ -23,7 +23,7 @@ extern "C"
 {
 #endif
 
-#warning Your application is still using deprecated types. Please update to use the latest API, e.g. using tools/dev/rename.sh
+#warning "Your application is using former types. You may want to update to use the latest API, by using tools/dev/rename.sh"
 
 typedef starpu_data_handle_t starpu_data_handle;
 typedef struct starpu_block_interface starpu_block_interface_t;