Skip to content

Commit

Permalink
Add some debugging output.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdboyer committed Feb 17, 2011
1 parent 022d543 commit 9c84467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db-migrate-stage1.drush.php
Expand Up @@ -166,6 +166,8 @@
break;
}

git_log("Enqueuing repomgr job with the following payload:\n" . print_r(serialize($job)), 'DEBUG', $project->uri);

if ($queue->createItem($job)) {
git_log("Successfully enqueued repository initialization job.", 'INFO', $repo->name);
}
Expand Down

0 comments on commit 9c84467

Please sign in to comment.