Ignore:
Timestamp:
Aug 5, 2015, 6:46:14 PM (9 years ago)
Author:
guerin
Message:

remove last references to giet_shr_printf()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/ocean/giet_utils.C

    r598 r693  
    102102
    103103    giet_proc_xyp(&cx, &cy, &lp);
    104     giet_shr_printf("Thread %d (%d:%d.%d) waiting\n", id, cx, cy, lp);
     104    giet_tty_printf("Thread %d (%d:%d.%d) waiting\n", id, cx, cy, lp);
    105105
    106106    if (lp == 0) {
     
    212212        }
    213213    }
    214     giet_shr_printf("Thread %d launched\n", id);
     214    giet_tty_printf("Thread %d launched\n", id);
    215215
    216216    slave(&id);
Note: See TracChangeset for help on using the changeset viewer.