Skip to content

Commit

Permalink
Merge pull request #380 from zowe/staging
Browse files Browse the repository at this point in the history
Sync rc and staging
  • Loading branch information
ifakhrutdinov authored Dec 6, 2021
2 parents 2c1981e + 32848fd commit 7825448
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c/zis/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,9 @@ static int installServices(ZISContext *context, ZISPlugin *plugin,

zowelog(NULL, LOG_COMP_ID_CMS, ZOWE_LOG_DEBUG,
"Anchor found @ 0x%p\n", anchor);
zowedump(NULL, LOG_COMP_ID_CMS, ZOWE_LOG_DEBUG, anchor, anchor->size);
if (anchor) {
zowedump(NULL, LOG_COMP_ID_CMS, ZOWE_LOG_DEBUG, anchor, anchor->size);
}

if (anchor && !isServiceAnchorCompatible(service, anchor)) {
discardServiceAnchor(anchor);
Expand Down

0 comments on commit 7825448

Please sign in to comment.