Changeset 625d5f9


Ignore:
Timestamp:
05/28/15 13:23:10 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
ebd57f8
Parents:
97550d2
git-author:
Hal Finkel <hfinkel@…> (05/28/15 13:23:10)
git-committer:
Hal Finkel <hfinkel@…> (05/28/15 13:23:10)
Message:

just use .memlog as the suffix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • memlog.c

    r97550d2 r625d5f9  
    3535 
    3636  char log_name[PATH_MAX]; 
    37   snprintf(log_name, PATH_MAX, "%s.%d.memory.log_file", u.nodename, getpid()); 
     37  snprintf(log_name, PATH_MAX, "%s.%d.memlog", u.nodename, getpid()); 
    3838  log_file = fopen(log_name, "w"); 
    3939  if (!log_file) 
Note: See TracChangeset for help on using the changeset viewer.