Skip to content

Commit

Permalink
Made the debug line compile on alex's laptop.
Browse files Browse the repository at this point in the history
git-svn-id: https://subversion.cs.uiuc.edu/svn/bang/eoh2009@87 69d76c3e-0761-0410-948c-9895a8bb34fc
  • Loading branch information
nbysani2 committed Feb 1, 2009
1 parent edd5ae0 commit 588a2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/bang-module.c
Expand Up @@ -139,7 +139,7 @@ BANG_module* BANG_load_module(char *path) {
BANG_send_signal(BANG_MODULE_ERROR,&args,1);
#ifdef BDEBUG_1
fprintf(stderr,"Could not find the module.\n");
//fprintf(stderr,(char*)args.args);
fprintf(stderr,"%s",(char*)args.args);
fprintf(stderr,"\n");
#endif
return NULL;
Expand Down

0 comments on commit 588a2ab

Please sign in to comment.