Changeset 9331

Show
Ignore:
Timestamp:
06/12/12 05:24:55 (11 months ago)
Author:
wolf
Message:

remove newline from warning messages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/src/io/bmi/bmi_ib/openib.c

    r9293 r9331  
    929929                 
    930930                memset(hca_port,0,sizeof(struct ibv_port_attr)); 
    931                 warning("%s: found an inactive device/port\n",__func__); 
     931                warning("%s: found an inactive device/port",__func__); 
    932932                 
    933933                // if we get to num_devs, no valid devices found 
    934934                if(i == (num_devs-1))           // FATAL 
    935935                { 
    936                   warning("%s: No Active IB ports/devices found\n", __func__); 
     936                  warning("%s: No Active IB ports/devices found", __func__); 
    937937                  return -ENOSYS; 
    938938                } 
     
    992992    od->nic_port = IBV_PORT;  /* maybe let this be configurable */ 
    993993 
    994     if(!od->ctx) warning("%s: CTX=0\n",__func__); 
     994    if(!od->ctx) warning("%s: CTX=0",__func__); 
    995995 
    996996    /* get the lid and verify port state */