X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=app%2Ftest%2Ftest.c;h=c87e0df3f880eb50b201a2e5172a0ecb32fd43a6;hb=173fca9078f56aa44f23873310fc3b877541a2f7;hp=f586aeaa7c2b5afab72c0e1173c23174b8830287;hpb=fa34246adddb8d99755c65155b420bc54896117d;p=dpdk.git diff --git a/app/test/test.c b/app/test/test.c index f586aeaa7c..c87e0df3f8 100644 --- a/app/test/test.c +++ b/app/test/test.c @@ -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