Changeset 1396


Ignore:
Timestamp:
Apr 12, 2012, 12:27:09 PM (12 years ago)
Author:
George Lilly
Message:

make silent by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmts/trunk/p/C0XF2N.m

    r1392 r1396  
    277277 . S ZVOC=$P(ZI,"xmlns:",2)
    278278 . I ZVOC'="" S C0XVOC(ZVOC)=$G(@ZDOM@(1,"A",ZI))
    279  W !,"VOCABS:"
    280  N ZZ S ZZ=""
    281  F  S ZZ=$O(C0XVOC(ZZ)) Q:ZZ=""  W !,ZZ,":",C0XVOC(ZZ)
     279 I $D(DEBUG) D  ;
     280 . W !,"VOCABS:"
     281 . N ZZ S ZZ=""
     282 . F  S ZZ=$O(C0XVOC(ZZ)) Q:ZZ=""  W !,ZZ,":",C0XVOC(ZZ)
    282283 ;
    283284 ; -- look for children called rdf:Description. quit if none. not an rdf file
     
    542543 ; -- then unlocking to minimize the duration of the lock
    543544 ;
    544  W !,"USING BULKLOAD"
     545 I $D(DEBUG) W !,"USING BULKLOAD"
    545546 I '$D(ZBFDA) Q  ; EMPTY FDA
    546547 I $O(ZBFDA(""))'=172.101 Q  ; WRONG FILE
     
    552553 . B
    553554 ; -- lock the zero node and reserve a block of iens to insert
    554  W !,"LOCKING ZERO NODE"
     555 I $D(DEBUG) W !,"LOCKING ZERO NODE"
    555556 LOCK +^C0X(101,0)
    556557 S ZP3=$P(^C0X(101,0),U,3)
     
    561562 N ZI,ZN,ZG,ZS,ZP,ZO,ZIEN,ZBASE
    562563 S ZBASE=ZP3 ; the last ien in the file
    563  W !,"ZERO NODE UNLOCKED, IENS RESERVED=",ZCNT
    564  W !,$$NOW^XLFDT
     564 I $D(DEBUG) W !,"ZERO NODE UNLOCKED, IENS RESERVED=",ZCNT
     565 I $D(DEBUG) W !,$$NOW^XLFDT
    565566 S ZI=""
    566567 F  S ZI=$O(ZBFDA(172.101,ZI)) Q:ZI=""  D  ;
Note: See TracChangeset for help on using the changeset viewer.