Skip to content

Commit

Permalink
Fix debug printfs in access.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicebot committed Aug 24, 2014
1 parent c72470d commit cc1079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ bool hasPackageAccess(Scope *sc, Dsymbol *s)
#if LOG
printf("hasPackageAccess(s = '%s', sc = '%p', s->protection.pkg = '%s')\n",
s->toChars(), sc,
s->protection.pkg ? s->protection.pkg->toChars() : "NULL");
s->prot().pkg ? s->prot().pkg->toChars() : "NULL");
#endif

Package *pkg = NULL;
Expand Down

0 comments on commit cc1079a

Please sign in to comment.