Changeset 1217 for tags


Ignore:
Timestamp:
07/07/15 15:31:19 (9 years ago)
Author:
sdipsl
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.6/libIGCM_debug/libIGCM_debug.ksh

    r1207 r1217  
    530530      fi 
    531531 
    532       if [ X${ActivateBigBro} = Xtrue ] ; then 
    533         # RabbitMQ message code "ERROR HAS BEEN TRIGGERED" 
    534         code=4900 
    535         # RabbitMQ message body 
    536         Body=$( echo "{${genericSimulationID},\"msgCode\":\"${code}\",\"msgUID\":\"$(uuidgen)\",\"nesting\":\"${IGCM_debug_LenStack}\",\"command\":\"${command}\",\"msgTimestamp\":\"$( date +"%Y-%m-%dT%H:%M:%S.%N%z" )\"}" ) 
    537         # Fill the rabbitMQ queue 
    538         IGCM_debug_sendAMQP 
    539       fi 
     532      #if [ X${ActivateBigBro} = Xtrue ] ; then 
     533      #  # RabbitMQ message code "ERROR HAS BEEN TRIGGERED" 
     534      #  code=4900 
     535      #  # RabbitMQ message body 
     536      #  Body=$( echo "{${genericSimulationID},\"msgCode\":\"${code}\",\"msgUID\":\"$(uuidgen)\",\"nesting\":\"${IGCM_debug_LenStack}\",\"command\":\"${command}\",\"msgTimestamp\":\"$( date +"%Y-%m-%dT%H:%M:%S.%N%z" )\"}" ) 
     537      #  # Fill the rabbitMQ queue 
     538      #  IGCM_debug_sendAMQP 
     539      #fi 
    540540    else 
    541541      # Inform the stack file 
Note: See TracChangeset for help on using the changeset viewer.