Changeset d8d9c7a


Ignore:
Timestamp:
Sep 11, 2010, 3:24:25 PM (14 years ago)
Author:
Kyle Brogle <broglek@…>
Branches:
master, debian, mac, no-cups
Children:
a2944f6
Parents:
bbede33
git-author:
Kyle Brogle <broglek@…> (09/11/10 15:24:25)
git-committer:
Kyle Brogle <broglek@…> (09/11/10 15:24:25)
Message:

Modified gutenbach backend to clean up the output of the status file that
is used by the "status get" remctl command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach

    r600e713 rd8d9c7a  
    139139  # $magic means that Image::ExifTool was able to identify the type of file
    140140  printf(ZEPHYR "%s file %s\n", $magic, $arguments{"job-title"});
    141   printf(STATUS "%s file %s\n", $magic, $arguments{"job-title"});
     141  #printf(STATUS $arguments{"job-title"});
    142142  $status .= sprintf(" Filetype: %s.", $magic);
    143143  $status .= sprintf(" Filename: %s.", $arguments{"job-title"});
     
    145145  if (exists $fileinfo->{'Title'}) {
    146146    printf(ZEPHYR "\@b{%s}\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'};
    147     #printf(STATUS "%s\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'};
     147    printf(STATUS "%s\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'};
    148148    $status .= sprintf(" Title: %s.", $fileinfo->{'Title'});
    149149  }
Note: See TracChangeset for help on using the changeset viewer.