Browse Source

HPCC-16998 HIDL generated warning message needs new line char

- Warning message now contains terminating \n which prevents uninteded logic changes

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexis.com>
Rodrigo Pastrana 8 years ago
parent
commit
8e53338949
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/hidl/hidlcomp.cpp

+ 1 - 1
tools/hidl/hidlcomp.cpp

@@ -5442,7 +5442,7 @@ void writeAccessMap(const char * rawServiceAccessList, const char * methodname,
                 {
                 {
                     if (strieq(currAccessName, "NONE") || strieq(currAccessName, "DEFERRED"))
                     if (strieq(currAccessName, "NONE") || strieq(currAccessName, "DEFERRED"))
                     {
                     {
-                        outf("\n//WARNING: Developer has suppressed automatic feature level authorization, ensure this behavior is correct!");
+                        outf("\n//WARNING: Developer has suppressed automatic feature level authorization, ensure this behavior is correct!\n");
                         continue;
                         continue;
                     }
                     }
                     else
                     else