config: fix combined/shared lib
[dpdk.git] / app / test / test.c
index f586aea..c87e0df 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  * 
- *   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
  *   All rights reserved.
  * 
  *   Redistribution and use in source and binary forms, with or without
@@ -94,6 +94,7 @@ do_recursive_call(void)
                if (strcmp(actions[i].env_var, recursive_call) == 0)
                        return (actions[i].action_fn)();
        }
+       printf("ERROR - missing action to take for %s\n", recursive_call);
        return -1;
 }
 #endif